Sebastien Arbogast wrote:
> 
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Internal error in the plugin manager executing goal
> 'org.apache.maven.plu
> gins:maven-psteclipse-plugin:1.1.0:testPackage': Unable to find the mojo
> 'org.ap
> ache.maven.plugins:maven-psteclipse-plugin:1.1.0:testPackage' in the
> plugin 'org
> .apache.maven.plugins:maven-psteclipse-plugin'
> org/codehaus/plexus/archiver/ArchiverException
> 

Hmm, I might have the step to help. Go to your local Maven repository, the
directory where the psteclipse plugin stays
(org/apache/maven/plugins/maven-psteclipse-plugin/<version>/), open the file
with the .pom extension and add these:

  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-archiver</artifactId>
      <version>2.2</version>
    </dependency>
  </dependencies>

I might have been too optimistic when writing how to install the psteclipse
plugin and I thinkg the automatic pom generation doesn't create these by
default.

Let me know if this works and I'll update the article.

-- 
Michal
-- 
View this message in context: 
http://www.nabble.com/Building-Eclipse-plugins-with-Maven-2-tf4675721s177.html#a13749166
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to