On 8/17/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: > > > -----Original Message----- > From: Jamie Bisotti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 17, 2005 2:30 PM > To: Maven Users List > Subject: Re: Maven 1.0.2, uberjar and properties problem > > > On 8/17/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: > > > > > > -----Original Message----- > > From: Jamie Bisotti [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 17, 2005 12:45 PM > > To: Maven Users List > > Subject: Re: Maven 1.0.2, uberjar and properties problem > > > > > > On 8/17/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: > > > Chased through the document and tried to download - maven wants a version > > > other than -Dversion=1.0-SNAPSHOT > > > > > > The sourceforge page for javaapp does not list a version tag > > > > > > -----Original Message----- > > > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, August 17, 2005 11:11 AM > > > To: Maven Users List > > > Subject: RE: Maven 1.0.2, uberjar and properties problem > > > > > > > > > [snippage /] > > > > > > This just means, that you did not install it. Available from > > > maven-plugins.sf.net. You might add it as dependency though. > > > > > > - Jörg > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > http://www.ibiblio.org/maven/maven-plugins/plugins/ > > > > Looks like 1.3 is the latest version. > > -- > > Jamie Bisotti > > > > No joy in Mudville [I also tried 1.3-SNAPSHOT] > > > > C:\src\MyPoints>maven -DartifactId=maven-javaapp-plugin > > -DgroupId=maven-plugins -Dversion=1.3 plugin:download > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > > > build:start: > > > > plugin:download-artifact: > > [echo] repo is 'http://www.ibiblio.org' > > [echo] trying to download > > http://www.ibiblio.org/maven-plugins/plugins/maven-javaapp-plugin-1.3.jar > > [echo] repo is 'http://maven-plugins.sf.net/maven' > > [echo] trying to download > > http://maven-plugins.sf.net/maven/maven-plugins/plugins/maven-javaapp-plugin-1.3.jar > > > > BUILD FAILED > > File...... C:\Documents and > > Settings\DLevitt\.maven\cache\maven-plugin-plugin-1.5.2\plugin.jelly > > Element... ant:fail > > Line...... 251 > > Column.... 52 > > Unable to find plug-in > > Total time: 8 seconds > > Finished at: Wed Aug 17 13:19:04 EDT 2005 > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > Are you behind a firewall? Do you have 'maven.proxy.host' and > 'maven.proxy.port' specified somewhere? I copied your command line > from above, pasted it to my command line, executed it, and > successfully downloaded JavaApp 1.3. > > -- > Jamie Bisotti > > No proxies, and I've observed Maven download plugins during the initial setup > and while building Geronimo from source. > > I've tried to download the jar file directly and place it into my plugins > directory - it then tries to download a back-level Maven jar: > > C:\src\MyPoints>maven javaapp > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > Attempting to download maven-1.0.1.jar. > Error retrieving artifact from > [http://maven-plugins.sf.net/maven/maven/jars/maven-1.0.1.jar]: > java.io.IOException: Unkn > own error downloading; status code was: 302 > WARNING: Failed to download maven-1.0.1.jar. > The build cannot continue because of the following unsatisfied dependency: > > maven-1.0.1.jar > > Total time: 3 seconds > Finished at: Wed Aug 17 13:26:38 EDT 2005 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
Yeah, I'm actually seeing the same problem when I actually try to execute it. Strange. Assuming you are using Windows, try going to %HOMEDRIVE%%HOMEPATH%\.maven\cache\maven-javaapp-plugin-1.3. Edit the project.xml and change it's Maven dependency from 1.0.1 to 1.0.2. See if that gets you any further. That's pretty old stuff. Does no one use this plugin? -- Jamie Bisotti --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]