This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Mavenization statustrustin May 8, 2009 3:40 AM (in response to trustin)Oh, and it should be safe to remove IntelliJ IDEA project files from the SVN repository because IntelliJ can import a Maven project directly. I don't use IntelliJ, so I left it as is. Feel free to remove or retain it. 
- 
        2. Re: Mavenization statustrustin May 8, 2009 3:42 AM (in response to trustin)Also, please make sure the correct dependency versions were specified in the 'dependencies' section of the pom.xml. The JARs in the ${basedir}/libs directory didn't have version numbers in their file names, so I did wild guess. 
- 
        3. Re: Mavenization statusclebert.suconic May 8, 2009 3:04 PM (in response to trustin)"trustin" wrote: 
 Also, please make sure the correct dependency versions were specified in the 'dependencies' section of the pom.xml. The JARs in the ${basedir}/libs directory didn't have version numbers in their file names, so I did wild guess.
 Thank you so much Trustin...
 David could upload a release already. I checked the produced JARS and it seemed ok.
 It will be much simpler uploading a fix after this.
 
    