Re: release:perform failing due to missing project artifact

2007-10-17 Thread Antonio Petrelli
2007/10/17, reuben firmin <[EMAIL PROTECTED]>: > Hello, > > I'm confused by a release:perform failure. I ran mvn deploy ; mvn > release:prepare ; mvn release:peform. The perform failed with the error: > > [INFO] Failed to resolve artifact. > > Missing: > -- > 1) benetech:ben

Assembly with dependant JARs containing signed classes

2007-10-17 Thread Hayden, Arlin K
I am trying to create an assembly using jar-with-dependencies descriptorRef with the mainClass specified. The result is a jar with all of the dependant jar's 'unJARed' into my resulting jar and a manifest which specifies the 'Main-Class'. The problem is that some of the dependant JARs (which were

Re: release:perform failing due to missing project artifact

2007-10-17 Thread reuben firmin
Thanks, that got it working. On 10/17/07, Dário Luís Coneglian Oliveros <[EMAIL PROTECTED]> wrote: > > Try to add the following argument to 'mvn release:prepare' command: > -DpreparationGoals="clean install" > The default is "clean verify". > > Hope it helps. > Dário > > -Mensagem original

Maven API documentation

2007-10-17 Thread Plotnicki, Grzegorz
Hi, I'm trying to write a maven plug-in and I'm struggling with finding a good/better documentation for maven API. For instance, I found some docs at http://maven.apache.org/ref/2.0.7/maven-project/apidocs, but the description for MavenProject.getDependencies() only states "public List getDependen

Re: distributionManagement

2007-10-17 Thread Wayne Fay
I'm pretty sure this is covered in the documentation... http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html Wayne On 10/17/07, Mark Russell <[EMAIL PROTECTED]> wrote: > I'm trying to deploy a plugin to a server. > > I have this: > > > id

distributionManagement

2007-10-17 Thread Mark Russell
I'm trying to deploy a plugin to a server. I have this: id name scp://hostname//opt/downloads I'm deploying from a machine where the id I log on with is different that the server Id we use to deploy with. How do I deploy to a

Japanese speaking users?

2007-10-17 Thread Brian E. Fox
Is there anyone out there who can review the patch for Japanese resources? http://jira.codehaus.org/browse/MNG-428 Thanks, Brian

RE: Maven Proxy

2007-10-17 Thread Dave Hoffer
We used to use Proximity and now use Artifactory 1.2.1. There are pros/cons of each. We switched from Proximity because it did not support artifact upload, this may have changed since then. Artifactory has good download/upload HTTP support. We added service running to Artifactory which makes

Re: solaris package (pkg) support

2007-10-17 Thread Dan Tran
could you try this http://mojo.codehaus.org/solaris-maven-plugin/ and give feed back? -D On 10/17/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > deckrider wrote: > > > I need to generate a Solaris package (pkg) when building on Solaris > > (pkgadd format). > > I managed to reverse engineer the

Re: solaris package (pkg) support

2007-10-17 Thread Graham Leggett
deckrider wrote: I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). I managed to reverse engineer the whole ritual you have to follow a while back to get solaris packages of APR and httpd. Look at the last few lines of this script, it will tell you what you

Re: Prompt user for variable?

2007-10-17 Thread Harlan Iverson
I'm no Maven expert, but in the case of passwords, I can see some merit to this desire. What is the accepted way of storing passwords for builds, anyway? In any other case (responding to bkbonner), wouldn't something like maven-properties-plugin do the same job, and reduce chances of human error?

solaris package (pkg) support

2007-10-17 Thread deckrider
Hello from a Maven Newbie, I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). My first thoughts were of using the dir format of the maven-assembly-plugin and then somehow running a Unix shell script to create the package based on the contents of the assembled dir

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Michael McCallum
lets consider this from a different angle... how is it that you are running a deploy command that ends up with the same version as something that is already deployed? if you only let the release plugin do deploys of real versions to the repo then you should not have this problem... can you ple

Re: Installing Multiple Jars

2007-10-17 Thread Michael McCallum
why not a separate maven project? On Thursday 18 October 2007 08:13, Mark_E wrote: > Hello, > In one of my projects, I not only build the default project jar, but I > also invoke a simple Ant Task to jar some optional classes into another > jar. These classes cannot live in the default jar but I

Re: Installing Multiple Jars

2007-10-17 Thread Dennis Lundberg
Mark_E wrote: Hello, In one of my projects, I not only build the default project jar, but I also invoke a simple Ant Task to jar some optional classes into another jar. These classes cannot live in the default jar but I need to put them into the maven repository so that another project, that de

Re: Prompt user for variable?

2007-10-17 Thread bkbonner
Maven guys, I think this is a valid request. I'm using maven on one project to make it easier for non-developers to run builds. I'd like to have it prompt for environment variables, too. I'd like to make a maven-prompt-plugin that will take the configuration and prompt the user for variable val

ejb building not working

2007-10-17 Thread EJ Ciramella
Has anyone run across this particular type of error: [ERROR] BUILD ERROR [INFO] [INFO] Error assembling EJB: META-INF/ejb-jar.xml is required for ejbVersion 2.x [INFO]

solaris package (pkg) support

2007-10-17 Thread deckrider
Hello from a Maven Newbie, I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). My first thoughts were of using the dir format of the maven-assembly-plugin and then somehow running a Unix shell script to create the package based on the contents of the assembled dir

Re: how to get the maven repository to local machine?

2007-10-17 Thread Brett Porter
The problem is a permission problem on your own machine, since those directories don't exist on the remote server. On 17/10/2007, li frank <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to get the central repository using rsync from several > mirrors,like *rsync > -v -t -l -r mirrors.ibiblio.org:

debug vs. non debug jar builds

2007-10-17 Thread David J. Biesack
I'm trying to configure maven profiles to build a debug jar (one that contains **/*.java source, compile debug flags, etc.) vs. non-debug or "release" jars that do not contain source. All of our pom files use a common parent pom which configures the maven build (i.e. fits our source management st

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Alex Mayorga Adame
Wendy, Looks like I want MDEPLOY-34, I've voted it accordingly. Thanks, Alex -- View this message in context: http://www.nabble.com/Inhibit-the-deployment-of-duplicated-files-and-artifacts-tf4641145s177.html#a13261372 Sent from the Maven - Users mailing list archive at Nabble.com. --

Re: maven-war-plugin : manifest goal limitation

2007-10-17 Thread Wayne Fay
Sounds reasonable. Be sure to attach your patch and test. Wayne On 10/17/07, Adrian Gonzalez <[EMAIL PROTECTED]> wrote: > Hello, > > Version 2.2 of the plugin only uses the 'manifest' > section of the configuration, not the full 'archive' > configuration [1]. > > Should I fill a JIRA issue ? > >

RE : Re: RE : war plugin: using optional=true

2007-10-17 Thread Adrian Gonzalez
Sorry, this one duplicates issue http://jira.codehaus.org/browse/MWAR-111. --- Adrian Gonzalez <[EMAIL PROTECTED]> a écrit : > Hello, > > 1. MWAR-125 : just attached test case. > 2. for ear building, following link is interesting : > http://www.michaelyuan.com/blog/2007/10/09/jboss-seam-project-

Installing Multiple Jars

2007-10-17 Thread Mark_E
Hello, In one of my projects, I not only build the default project jar, but I also invoke a simple Ant Task to jar some optional classes into another jar. These classes cannot live in the default jar but I need to put them into the maven repository so that another project, that depends on them a

maven-war-plugin : manifest goal limitation

2007-10-17 Thread Adrian Gonzalez
Hello, Version 2.2 of the plugin only uses the 'manifest' section of the configuration, not the full 'archive' configuration [1]. Should I fill a JIRA issue ? I've only changed WarManifestMojo class the line : -> Manifest mf = ma.getManifest( getProject(), archive.getManifest() ); to -> Manifes

Re: How can I determine which dependencies are essential?

2007-10-17 Thread Mark Hobson
On 17/10/2007, James Adams <[EMAIL PROTECTED]> wrote: > I have a few dependencies in my pom.xml which pull in many transitive > dependencies, and this results in a huge war artifact. I want to pare down > the dependencies using exclusions in order that the resulting war will > contain only the jar

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Wendy Smoak
On 10/17/07, Alex Mayorga Adame <[EMAIL PROTECTED]> wrote: > Is there a way to prevent the deployment of a file of artifact, using the > deploy plug-in, when the same file or artifact is already on the remote > repository? Seems to me that would best (most reliably) be done by the remote repo. T

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Wayne Fay
If you search JIRA, I think you'll already find this. I know it has been discussed previously. If you absolutely require this functionality in any short-term period of time, you'll probably need to find another way to do it (ie cron). Wayne On 10/17/07, Alex Mayorga Adame <[EMAIL PROTECTED]> wrot

Re: How can I determine which dependencies are essential?

2007-10-17 Thread Farrukh Najmi
James Adams wrote: I have a few dependencies in my pom.xml which pull in many transitive dependencies, and this results in a huge war artifact. I want to pare down the dependencies using exclusions in order that the resulting war will contain only the jars that it really needs, but my problem is

How can I determine which dependencies are essential?

2007-10-17 Thread James Adams
I have a few dependencies in my pom.xml which pull in many transitive dependencies, and this results in a huge war artifact. I want to pare down the dependencies using exclusions in order that the resulting war will contain only the jars that it really needs, but my problem is that I don't know h

Re: Multi-module project site has incorrect URLs for sub-module links

2007-10-17 Thread Farrukh Najmi
I found the solution in the archives in following thread: The trick was to use site:stage with -DstagingDirectory parameter pointing to an absolute directory location. Thanks. Farrukh Najmi wrote: I have a multi-modu

RES: release:perform failing due to missing project artifact

2007-10-17 Thread Dário Luís Coneglian Oliveros
Try to add the following argument to 'mvn release:prepare' command: -DpreparationGoals="clean install" The default is "clean verify". Hope it helps. Dário -Mensagem original- De: Reuben Firmin [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 17 de outubro de 2007 15:19 Para: users@ma

Multi-module project site has incorrect URLs for sub-module links

2007-10-17 Thread Farrukh Najmi
I have a multi-module project. The parent root module is called "root" while the sub-module is called "sub". The pom.xml for "root" defines sub-modules as follows (pom composition): sub It is also used as a parent pom by pom.xml for "sub": root .

release:perform failing due to missing project artifact

2007-10-17 Thread reuben firmin
Hello, I'm confused by a release:perform failure. I ran mvn deploy ; mvn release:prepare ; mvn release:peform. The perform failed with the error: [INFO] Failed to resolve artifact. Missing: -- 1) benetech:benetech-core:jar:1.1.1 benetech-core is a sub-module; from my sup

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Alex Mayorga Adame
Wayne, Thanks on the tip, unfortunately I don't have the powers to set a cron job. As far as I can tell the deploy-plugin is not able to do a check prior to deployment. Is this even technically feasible? Do I file a JIRA for this "wish"? Thanks, Alex Wayne Fay wrote: > > Set up a cron job to

release:perform failing due to missing project artifact

2007-10-17 Thread Reuben Firmin
Hello, I'm confused by a release:perform failure. I ran mvn deploy ; mvn release:prepare ; mvn release:peform. The perform failed with the error: [INFO] Failed to resolve artifact. Missing: -- 1) benetech:benetech-core:jar:1.1.1 benetech-core is a sub-module; from m

Re: list of companies using Maven 2.0.7

2007-10-17 Thread Geraud Geraud
We are using it at the townhall of Paris for Lutèce (http://dev.lutece.paris.fr/). Lutèce is based upon a multiproject model : a core and several plugins. The best choice was to use Maven2. -- Géraud - To unsubscribe, e-mail: [EM

maven-assembly-plugin 2.2-beta-2 release?

2007-10-17 Thread Dave Hoffer
Any idea when maven-assembly-plugin version 2.2-beta-2 might be released? I have a build that requires this version and can't release with the snapshot version. (The maven-assembly-plugin has several snapshot dependencies so it would be hard for me to make a private release.) --

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Wayne Fay
Set up a cron job to set -w on all artifacts in the remote repo every night at midnight (or every few hours). Then deploy plugin can't overwrite the files. Wayne On 10/17/07, Alex Mayorga Adame <[EMAIL PROTECTED]> wrote: > > Hi fellow Mavens, > > Is there a way to prevent the deployment of a file

Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Alex Mayorga Adame
Hi fellow Mavens, Is there a way to prevent the deployment of a file of artifact, using the deploy plug-in, when the same file or artifact is already on the remote repository? Thanks in advance, Alex -- View this message in context: http://www.nabble.com/Inhibit-the-deployment-of-duplicated-fi

Re: DuplicateProjectException

2007-10-17 Thread Heinrich Nirschl
Hmm, thats still not clear since "module of" and "depends upon" are totally different relationships. B module of A means that in A's pom you have a B whereas A depends on B means that in A's pom you have a B ... On 10/16/07, Jason Nerothin <[EMAIL PROTECTED]> wrote: > A -> B means "B is a module

Re: Activating a profile from another profile

2007-10-17 Thread cbrown
I've struggled with profiles over the last week. It seems if you have the configuration in your child pom, it inherits the profiles of the parent implicitely. See following for details. http://maven.apache.org/pom.html#Inheritance http://maven.apache.org/guides/introduction/introduction-to-pr

Re: Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Cam
bugger... i'm slightly reluctant to rename all my properties. It would also break the convention that maven currently uses as it's properties also use periods. That's really what i find surprising, if it can work for maven it must be possible for pom properties too? Cam Sean Hennessy wrote:

RE: Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Sean Hennessy
Yes. I've seen this behavior in ant build.xml constructs as well so am reluctant to point the finger at Maven. My guess is somewhere in the works there is confusion as to whether one is referring to a package.class or property.name even though the definitions originate in a .properties file! I've

Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Cam
Hi ml, I've been trying to get property filtering to work over the site documents as specified in http://maven.apache.org/plugins/maven-site-plugin/usage.html by appending the '.vm' extension to the appropriate files. The problem is that the property filtering doesn't seem to work when the pr

Re: Strange dataBase error

2007-10-17 Thread Wayne Fay
If you haven't "locked down" your dependency versions, it is possible that someone has "polluted" their local repo cache with SNAPSHOT versions of some of them, etc. It is not absolutely true that every build across a group of machines will necessarily produce the exact same artifact. Also it is

Which maven repository manager for high availability ?

2007-10-17 Thread Matthieu Godlewski
Hy, Several teams use maven in our development center. Until then, each was managing its own maven repository policy. We are setting up a transversal project and wish unify/rationalize the way we use maven repository (cache, mirror and distribution management). We're currently studying

Re: How to setup repeatable builds with maven or how to tag dependencies

2007-10-17 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Olaf, >> - your internal dependencies are setup using -SNAPSHOT as an alias for >> "always the latest"? > I haven't setup any project now, but when I setup internal dependencies > I'll think I'll use the SNAPSHOT feature during development, but I h

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Veyret Stephane
> What do you mean by "the effective-pom works correctly"? How does it look > like? Two different entries for the > plugin, one for each phase/configuration ?? It creates the same pom than in my example, except that everything that is in the profiles zone is also copied outside. > IMHO you've h

RE: Multimodule project and release

2007-10-17 Thread Veyret Stephane
It is an issue of the plugin : http://jira.codehaus.org/browse/MRELEASE-290 -Message d'origine- De : David Florance [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 octobre 2007 14:24 À : users@maven.apache.org Objet : Multimodule project and release Hello, This is my first Maven project

Re: Need current Date and Time in Maven

2007-10-17 Thread Dirk Olmes
Mac-Systems wrote: > Hello, > > is there some propertie which represent Date or Time i can use ? > I looking for something like {pom.actualtime} or {pom.actualDate} ? Use the buildnumber plugin, it can give you the current time, too. -dirk ---

RE: Multimodule project and release

2007-10-17 Thread David Florance
Ooops maybe png is not allowed. My structure is like this : |- all |- trunk |- pom.xml |- tags |- branches |- coreGcm |- trunk |- pom.xml |- src |- ... |- tags |- branches |- webGcm |- trunk |- pom.xml |- src |- ... |- tags |- branche

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 1:42 PM: >> OK. This one is true. But IIRC there is always a pre- and > post-phase also. So try to use post-package to sign >> the jar. > > Yes, I'll try this. But the question is: do you think this is > a bug, especially knowing that the pom g

Multimodule project and release

2007-10-17 Thread David Florance
Hello, This is my first Maven project. I try to release a multimodule project. It works fine except that the submodule are not tagged. I join my directory structure (in the png). The three project are independant in Subversion (but all in the same repository). All : is an empty project (except th

RE: Java doc generation

2007-10-17 Thread Sinduria,Anuradha
Hi, Thanks for your reply, actually I did not able to understand what you want to convey, If possible please elaborate how to resolve this. I now added javadoc version inside configuration, but it is still giving the same error. org.apache.maven.plugins maven-javadoc-plugin

Re: Replacement for Ant's FixCRLF

2007-10-17 Thread Adrian Herscu
Have you found some example? Trevor Torrez wrote: As noted at the end of the antrun plugins' usage page (http://maven.apache.org/plugins/maven-antrun-plugin/usage.html) the resources plugin can be used in lieu of Ant's FixCRLF task. Any example on how to do this when the build takes place on a

RE: Filtering artifacts name in assembly

2007-10-17 Thread Veyret Stephane
Bonjour, > - if I connect the "attached" goal to the "package" phase (which seems to > come up quite often in the examples), > nothing is never assembled by running package. I'm using the following > configuration: > >btw, is running package enough? From the command line I must use : "mvn >pac

Need current Date and Time in Maven

2007-10-17 Thread Mac-Systems
Hello, is there some propertie which represent Date or Time i can use ? I looking for something like {pom.actualtime} or {pom.actualDate} ? Anyone can help me ? regards, Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: How to setup repeatable builds with maven or how to tag dependencies

2007-10-17 Thread Olaf Meske
Torsten Schlabach schrieb: Hi Olaf, just to help me understand: Am I assuming right that - some of your dependencies are external to your project and some of them are internal, i.e. different parts (modules) of your project which move at different speed in terms of SCM? Yes - your interna

Filtering artifacts name in assembly

2007-10-17 Thread stephane . demurget
Hi all, I've got two questions about assembly in a multi modules environment. I'm running 2.2-beta1. I've searched the mailing-list and the website documentation without any result. - if I connect the "attached" goal to the "package" phase (which seems to come up quite often in the examples),

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Veyret Stephane
> OK. This one is true. But IIRC there is always a pre- and post-phase also. So > try to use post-package to sign > the jar. Yes, I'll try this. But the question is: do you think this is a bug, especially knowing that the pom generated by help:effective-pom works correctly!

Re: how to get the maven repository to local machine?

2007-10-17 Thread Henry Isidro
May I ask why you would want to do this? On 10/17/07, li frank <[EMAIL PROTECTED]> wrote: > > Hi all, > > I want to get the central repository using rsync from several > mirrors,like *rsync > -v -t -l -r mirrors.ibiblio.org::maven2*, > but it give me message as following: > > receiving file list

how to get the maven repository to local machine?

2007-10-17 Thread li frank
Hi all, I want to get the central repository using rsync from several mirrors,like *rsync -v -t -l -r mirrors.ibiblio.org::maven2*, but it give me message as following: receiving file list ... rsync: opendir "/ch/hortis/sonar/sonar-web" (in maven2) failed: Permission denied (13) rsync: opendir "

Re: Strange dataBase error

2007-10-17 Thread DCVer
Thanks for the answer, I will take a look at this issue. On every machine I build jars using command mvn install (I have multi-level project and few jars are created) Wayne Fay wrote: > > If the Jars and code etc is the same, there must be an environmental > difference between the machines wher

State green while there is a BUILD ERROR

2007-10-17 Thread VanIngen, Erik (ESTG)
Hi Continuum, I installed continuum-1.1-beta-3. I added my project and builded it with continuum. After building it is giving a green state while there is a build error. The maven report says there is an error which is correct. And therefore the status should not be green!! Is this a known but i

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 11:25 AM: > Thanks all for suggestions. The problem is that there is not > an infinite number of phases in a standard lifecycle, and I > cannot take another phase than the default one (packaging) > for these. Other phases are already used for ot

Re: How to setup repeatable builds with maven or how to tag dependencies

2007-10-17 Thread Torsten Schlabach
Hi Olaf, just to help me understand: Am I assuming right that - some of your dependencies are external to your project and some of them are internal, i.e. different parts (modules) of your project which move at different speed in terms of SCM? - your internal dependencies are setup using -SNA

How to compile a project in svn?

2007-10-17 Thread ichasco
Hi all! I´m new with Continuum and I don´t have things very clear yet. I have a project created in subversion in the url https:///svn/projectA/ . My question is: how can I compile it with continuum ? Thank you very much -- View this message in context: http://www.nabble.com/How-to-comp

RE: How to setup repeatable builds with maven or how to tag dependencies

2007-10-17 Thread Jörg Schaible
Olaf Meske wrote on Wednesday, October 17, 2007 11:33 AM: > Hi All, > > I'm a beginner of Maven and I'm doing some research if we could use > maven for some of our projects. > One thing that we really need, is to repeat our builds from > the tagged > versions from the cvs/svn with the exact same

How to setup repeatable builds with maven or how to tag dependencies

2007-10-17 Thread Olaf Meske
Hi All, I'm a beginner of Maven and I'm doing some research if we could use maven for some of our projects. One thing that we really need, is to repeat our builds from the tagged versions from the cvs/svn with the exact same result. But I understand that maven will get the newest matching vers

Plugin vs plugin execution

2007-10-17 Thread Saloucious
Hi, I would like to know if i define something like that : something something Are plugins able to bind param1 and param2, or "configuration tag" in execution overrides "configuration tag" in plugin Thanks -- View th

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Veyret Stephane
Thanks all for suggestions. The problem is that there is not an infinite number of phases in a standard lifecycle, and I cannot take another phase than the default one (packaging) for these. Other phases are already used for other treatments (or it would be somehow dangerous to use them for a jo

RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Adrian Gonzalez
As Joerg says, just merging the two execution in the same executions element, and including a phase element ? ear-eclipse-manifest generate-resources ... another-task anotherphase-after-generateersources ... --- Veyret Stephane <[EMAIL PROTECTED]> a écrit : > Hi Adrian, > > Thank you f

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 10:40 AM: > Hi Adrian, > > Thank you for your answer. > > Actually, I can't do what you suggest for I need to execute > other plugins between jar building and jar signing. Anyway, I > often need to separate 2 plugin executions, I've never seen

RE: Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 10:10 AM: > Hi, > > I got into a very strange problem. I think this is an issue, > but I would like to have your opinion first. > > In the following pom.xml file, I have got 2 calls to the > maven-jar-plugin. I need to do that, because there a

RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Veyret Stephane
Hi Adrian, Thank you for your answer. Actually, I can't do what you suggest for I need to execute other plugins between jar building and jar signing. Anyway, I often need to separate 2 plugin executions, I've never seen anywhere that it was forbiden, and this is the first time it does not work

RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Adrian Gonzalez
If I understand Maven correclty (I'm quite a newbie), there can only be one plugin of the same groupId / artifactId in the plugins element. If you have multiple execution elements you should put them together in . So your pom.xml should rather loog like : 4.0.0 com.axway SimpleMavenProject

Configuration not working for multiple calls of same plugin

2007-10-17 Thread Veyret Stephane
Hi, I got into a very strange problem. I think this is an issue, but I would like to have your opinion first. In the following pom.xml file, I have got 2 calls to the maven-jar-plugin. I need to do that, because there are other plugins working on the generated jar before it is signed, and all