Hi all,

In order to produce a single artifact with a classifier, I configured
the jar plugin as follow in my pom.

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jar-plugin</artifactId>
  <configuration>
    <classifier>someclassifier</classifier>
  </configuration>
</plugin>

however anytime I try do deploy (mvn deploy) it fails with :

[ERROR] BUILD ERROR
[INFO] 
----------------------------------------------------------------------------
[INFO] Error deploying artifact: c:\dev\ci-branch\presentation\vpm-core\target\c
lasses (Accès refusé)

Note that installation (mvn install) works like a charm.
This is strangely similar to
http://jira.codehaus.org/browse/MINSTALL-3 altough it's not for same
lifecycle step ( install != deploy ).

I'm using maven 2.0.2 and the deploy plugin is 2.2.

What did I do wrong ?



ps: I even just tried to do it with a sample project generated with
mvn archetype:create with the exact same results as above. I can make
available a test project if needed.
--
Jean-Laurent

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

Reply via email to