By the way you should also change parent POM inside each sandbox project from 3 to 4-SNAPSHOT to get rid of that issue (this won't be needed when we put this change online and release build stuff again, updating parent POMs' versions). Regards, Tommaso
2010/9/30 Tommaso Teofili <[email protected]> > The file to patch is under build at : > > http://svn.apache.org/repos/asf/uima/build/trunk/parent-poms/parent-pom-annotator/pom.xml > > Cheers, > Tommaso > > 2010/9/30 Thilo Götz <[email protected]> > >> On 9/30/2010 14:44, Tommaso Teofili wrote: >> > Hi Thilo, >> > parent-pom-annotator, which is the parent of most Sandbox projects, has >> > PearPackagingMavenPlugin version 2.3.0-incubating in its build tag, >> maybe we >> > should fix it and move it to 2.3.1-SNAPSHOT to avoid such issues. >> > Cheers, >> > Tommaso >> >> Yes, please. Can you tell me exactly which file I need >> to patch so I can try this out? Thanks. >> >> > >> > 2010/9/30 Thilo Götz <[email protected]> >> > >> >> On 9/29/2010 21:49, Marshall Schor wrote: >> >>> On 9/29/2010 2:59 PM, Thilo Götz wrote: >> >>>> Apparently a known bug: http://jira.codehaus.org/browse/MNG-4798. >> >>>> Will wait for beta 4 I guess. >> >>> >> >>> There's no beta 4. >> >>> >> >>> They're now doing RC's. 3.0-RC3 is more recent that 3.0-beta-3, so >> >> please try >> >>> that :-). >> >>> >> >>> >> >> >> https://repository.apache.org/content/repositories/maven-014/org/apache/maven/apache-maven/3.0-RC3/ >> >>> >> >>> >> >>> Thanks. -Marshall >> >>> >> >> >> >> Thanks, that makes the core build work. On to the >> >> sandbox. I get a message saying that maven can't >> >> find PearPackagingMavenPlugin 2.3.0-incubating. >> >> What am I missing? >> >> >> >> sandbox/WhitespaceTokenizer$ mvn install >> >> [INFO] Scanning for projects... >> >> [WARNING] The POM for >> >> org.apache.uima:PearPackagingMavenPlugin:jar:2.3.0-incubating is >> missing, >> >> no >> >> dependency information available >> >> [ERROR] The build could not read 1 project -> [Help 1] >> >> [ERROR] >> >> [ERROR] The project >> org.apache.uima:WhitespaceTokenizer:2.3.1-SNAPSHOT >> >> (/home/tgoetz/code/uima-svn/sandbox/WhitespaceTokenizer/pom.xml) has 1 >> >> error >> >> [ERROR] Unresolveable build extension: Plugin >> >> org.apache.uima:PearPackagingMavenPlugin:2.3.0-incubating or one of its >> >> dependencies could not be resolved: Failure to find >> >> org.apache.uima:PearPackagingMavenPlugin:jar:2.3.0-incubating in >> >> http://repo1.maven.org/maven2 was cached in the local repository, >> >> resolution >> >> will not be reattempted until the update interval of central has >> elapsed or >> >> updates are forced -> [Help 2] >> >> [ERROR] >> >> [ERROR] To see the full stack trace of the errors, re-run Maven with >> the -e >> >> switch. >> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> >> [ERROR] >> >> [ERROR] For more information about the errors and possible solutions, >> >> please >> >> read the following articles: >> >> [ERROR] [Help 1] >> >> >> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException >> >> [ERROR] [Help 2] >> >> >> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException >> >> >> > >> > >
