mvn release:perform --> LightweightHttpWagon.finishPutTransfer throws an error 400

2010-11-18 Thread sandraB
Hi, I'm trying to perform a release of a multi-modul project on a nexus repository. I've got a strange issue : the first file is successfully transfered and visible under the nexus repository, but after this first file transfert, the release process exits with an error 400. Can you help me to sol

Re: pde-maven-plugin

2009-01-09 Thread sandraB
oups, sorry for this stupid question, I' just realized that Tycho replaces maven ! sandraB wrote: > > > Hi, > Do I need to install maven 3.0 or the 0.3.0-DEV-1819 works with maven > 2.0.9 too ? > > > > Eugene Kuleshov wrote: >> >> >> ba

Re: pde-maven-plugin

2009-01-09 Thread sandraB
Hi, Do I need to install maven 3.0 or the 0.3.0-DEV-1819 works with maven 2.0.9 too ? Eugene Kuleshov wrote: > > > baerrach wrote: >> >> On Fri, Jan 9, 2009 at 5:50 AM, Josh Suereth >> wrote: >>> I gotta say, I'm *VERY* excited about Tycho. >> >> I dont want to throw stones because I woul

Re: pde-maven-plugin

2009-01-09 Thread sandraB
ld_project -- src (with the eclipse plugin java classes) -- pom.xml (parent) -- module_3.2 -- pom.xml (for eclipse 3.2) -- module_3.3 -- pom.xml (for eclipse 3.3) -- module_3.4 -- pom.xml (for eclipse 3.4) sandraB wrote: > > Hi, > I try to use the pde-maven-plugin to generate

pde-maven-plugin

2009-01-08 Thread sandraB
Hi, I try to use the pde-maven-plugin to generate a HelloWorld plugin eclipse. I already succeed for the eclipse 3.2 and eclipse 3.3 version but I've got an issue with eclipse 3.4. [WARNING] Attempting to build MavenProject instance for Artifact (org.codehaus.mojo:pde-maven-plugin:1.0-alpha-2-20

my-site.vm

2008-07-15 Thread sandraB
Hi, I'm trying to add a right column in the site of my maven2 project. To do that, I configure the maven-site-plugin to use my-site.vm as templateFile. In this file I want to create a new div for my new column ( #rightColumnContent for example). Could you explain me how to dynamically set the #rig

first-maven-plugin: Internal error in the plugin manager

2008-07-03 Thread sandraB
Hi, I'm trying to write my own Mojo, but I'm facing an issue. I create it using : mvn archetype:create -DgroupId=com.sonatype.maven.plugins -DartifactId=first-maven-plugin -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-mojo When I try to install it (mvn inst