You need to run mvn with -X and paste the output. Accès refusé looks like you don't have permissions in the remote server
On 3/1/06, jean-laurent de morlhon <[EMAIL PROTECTED]> wrote: > 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] > > -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
