Re: maven plugin problem (can not solve after many tries)

2008-12-11 Thread Josh Suereth
A few questions:

1) Is your project supposed to be a "pom" project
2) What's in your parent pom?
3) What are you calling on the maven command line?

It's looking for 'org.apache.maven.plugins:maven-izpack-plugin, which is the
old maven 1 version.  So you either have that specified somewhere, or you're
using the command line incorrectly.


On Thu, Dec 11, 2008 at 6:37 PM, CheapLisa  wrote:

>
>
>
> I am getting this error message:
>
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
> 'org.apache.maven.plugins:maven-i
> zpack-plugin' does not exist or no valid version could be found
>at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor
>
> ---
> this is my pom.xml that includes the maven plugin - any ideas?  Everything
> looks correct to me.
>
> xmlns="http://maven.apache.org/POM/4.0.0";
>xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
>http://maven.apache.org/maven-v4_0_0.xsd";>
>  4.0.0
>
>
>com.acme
>izpack.parent-pom
>1.0
>
>
>com.acme
>izpack-maven-plugin
>2.1.0
>Amp Patch (izpack)
>pom
>
>
>
>
>
>org.izpack
>izpack
>4.1.1
>
>true
>
>  
>
>
>  
>package
>  
>  
>
>
>
>org.apache.maven.plugins
>maven-antrun-plugin
>1.3
>
>
>
>
>
>
>
>
>
>
>
>create-staging-area
>process-resources
>
>
>run
>
>
>
>
>
>
>
>
>  org.codehaus.izpack
>  izpack-maven-plugin
>  1.0-alpha-4
>
>  
>  
>${staging.dir}
>  
>
>  
>
>  standard-installer
>  package
>  
>izpack
>  
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
>${project.build.directory}/staging
>
>
> 
>
> --
> View this message in context:
> http://www.nabble.com/maven-plugin-problem-%28can-not-solve-after-many-tries%29-tp20964990p20964990.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


maven plugin problem (can not solve after many tries)

2008-12-11 Thread CheapLisa



I am getting this error message:

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
'org.apache.maven.plugins:maven-i
zpack-plugin' does not exist or no valid version could be found
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor

---
this is my pom.xml that includes the maven plugin - any ideas?  Everything
looks correct to me.

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
  4.0.0


com.acme
izpack.parent-pom
1.0


com.acme
izpack-maven-plugin
2.1.0
Amp Patch (izpack)
pom
  




org.izpack
izpack
4.1.1

true

  
 
 
  
package
  
  



org.apache.maven.plugins
maven-antrun-plugin
1.3











create-staging-area
process-resources


run








  org.codehaus.izpack
  izpack-maven-plugin
  1.0-alpha-4

  
  
${staging.dir}
  
  
  

  standard-installer
  package
  
izpack
  




  









${project.build.directory}/staging




-- 
View this message in context: 
http://www.nabble.com/maven-plugin-problem-%28can-not-solve-after-many-tries%29-tp20964990p20964990.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org