On 9/30/2010 16:02, Marshall Schor wrote: > Here's an easier fix. > > (Note that this issue is only arising because our previous build for this > didn't > push maven artifacts to maven central.)
I don't understand this comment. Isn't what Tommaso suggested the right, permanent fix? Don't we want to use the current version of the pear packaging plugin for the current build, always? > > Open the PearPackagingMavenPlugin project's pom.xml file and temporarily > change > its version from 2.3.1-SNAPSHOT to 2.3.0-incubating. Then run mvn install. > This will put it into your local .m2 repository. Then "revert" the pom > change :-) > > I think that then the sandbox projects should find it... > > (There are no Pear building changes between 2.3.0 and 2.3.1) > > -Marshall > > On 9/30/2010 8:44 AM, 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 >> >> 2010/9/30 Thilo Götz <twgo...@gmx.de> >> >>> 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 >>>