I don't know why you see a dependency to maven-jar-plugin 2.3-SNAPSHOT.
You can specify in your pom.xml that you would like to use 2.2

<dependencey>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jar-plugin</artifactId>
  <version>2.2</version>
</dependencey>

Note that the log u included is not any error, it is just looking for a new
snapshot.
You can speed up the build if you have already downloaded the dependencies,
use -o -npu
mvn -o -npu generate-sources

/Patrik


greatfooty wrote:
> 
> 
> 
> My latest problem is that just yesterday a new version of maven-jar-plugin
> seems to be required and the fornax repos and the maven central repo don't
> seem to have the required artefact. In particular it is looking for  
> org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.3-20081030.213702-5
> 
> That one doesn't seem to be inside any of the fornax repositories ??
> 
> After trawling across the web I can find some copies of that artifact in
> some obscure repositories but I'm confused re why it should be this hard. 
> 
> By the way I'm massively impressed with sculptor and hoping to use it
> extensively though right now its a real test of patience to struggle
> against maven repo inconsistencies and problems.
> 
> You mentioned starting with a clean repository and I've tried that in this
> case but re-downloaing everything I'm still ending up at this spot,
> needing that artifact
> 
> Note see below shows that I'm only checking those repos - should i be also
> including some others? 
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for
> updates from central
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for
> updates from releases.archiva.fornax-platform.org
> [INFO] snapshot org.apache.maven.plugins:maven-jar-plugin:2.3-SNAPSHOT:
> checking for updates from central
> [INFO] snapshot org.apache.maven.plugins:maven-jar-plugin:2.3-SNAPSHOT:
> checking for updates from snapshots.archiva.fornax-platform.org 
> 

-- 
View this message in context: 
http://www.nabble.com/Sculptor-Newbie---can%27t-build-HelloWorld%21-tp25501992s17564p25734855.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to