[VOTE] Release Maven Enforcer Plugin version 1.2

2012-07-06 Thread Barrie Treloar
Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530version=18491 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11530status=1 Staging repo:

Staging the latest documentation and sync...

2012-07-06 Thread Barrie Treloar
Just following http://maven.apache.org/developers/release/maven-plugin-release.html and Staging the latest documentation. The stage completed successfully and its been a few hours since but the staging documentation is still not available. I have not verified the folder permissions to 0775 and

RE: [VOTE] Release Maven Enforcer Plugin version 1.2

2012-07-06 Thread Nord, James
-1 non binding MENFORCER-117 is not fixed as although the site links to the page now - the page is useless (it is a cut and paste of requiredPLugin versions with only the title changed). snip file=requireNoRepositories.apt.vm Require No Repositories This rule enforces that all plugins have

MENFORCER-117, 1.2 release and -1 vote

2012-07-06 Thread Barrie Treloar
On Fri, Jul 6, 2012 at 6:49 PM, Nord, James jn...@nds.com wrote: -1 non binding MENFORCER-117 is not fixed as although the site links to the page now - the page is useless (it is a cut and paste of requiredPLugin versions with only the title changed). snip

RE: MENFORCER-117, 1.2 release and -1 vote

2012-07-06 Thread Nord, James
On Fri, Jul 6, 2012 at 6:49 PM, Nord, James jn...@nds.com wrote: -1 non binding MENFORCER-117 is not fixed as although the site links to the page now - the page is useless (it is a cut and paste of requiredPLugin versions with only the title changed). snip

is it possible to creating war and jar files with single POM.xml file?

2012-07-06 Thread sivarenati
hi frnds, Is it possible to create war and jar files with single pom.xml file. i have to create jar file for my project along with war. please help me on this if know how to do it. Regrds. Siva -- View this message in context:

Re: is it possible to creating war and jar files with single POM.xml file?

2012-07-06 Thread Romain Manni-Bucau
hi, you can use maven assembly plugin to create the war for instance and let maven jar plugin create the jar. Another way is to define maven war plugin and maven jar plugin then use maven build helper plugin to attach both artifacts so yes that's possible - Romain 2012/7/6 sivarenati

Re: [VOTE] Apache Source Release Assembly Descriptor 1.0.4

2012-07-06 Thread Olivier Lamy
2012/7/5 Hervé BOUTEMY herve.bout...@free.fr: +1 IMHO, we should have a site to document the artifact, even if minimal, since these resources artifacts are not really accessible Minimal site started: see http://people.apache.org/~olamy/maven/apache-resource-bundles/ Will be sync here:

Re: Staging the latest documentation and sync...

2012-07-06 Thread Olivier Lamy
2012/7/6 Barrie Treloar baerr...@gmail.com: Just following http://maven.apache.org/developers/release/maven-plugin-release.html and Staging the latest documentation. The stage completed successfully and its been a few hours since but the staging documentation is still not available. I have

Re: is it possible to creating war and jar files with single POM.xml file?

2012-07-06 Thread Anders Hammar
Yes, although it's not good practice. One project should only produce one main artifact. To have the maven-war-plugin create an additional jar artifact with the java classes, have a look at this config parameter: http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#attachClasses

Re: is it possible to creating war and jar files with single POM.xml file?

2012-07-06 Thread Manfred Moser
While it might be possible it is a bad idea that will cause your problems most likely... why do you want to do that? manfred On Fri, July 6, 2012 12:18 pm, Anders Hammar wrote: Yes, although it's not good practice. One project should only produce one main artifact. To have the

Re: is it possible to creating war and jar files with single POM.xml file?

2012-07-06 Thread Anders Hammar
Yes, that's what I meant. It is much better to have two modules - one jar project and one war project (with a dependency to the jar artifact). /Anders On Fri, Jul 6, 2012 at 9:59 PM, Manfred Moser manf...@mosabuam.com wrote: While it might be possible it is a bad idea that will cause your

[VOTE] Release Maven Fluido skin 1.2.2

2012-07-06 Thread Simone Tripodi
Hi all Maven people, I'm opening a thread vote today for releasing Apache Maven Fluido Skin 1.2.2 We solved 11 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430styleName=Htmlversion=18392 There are still three issues in JIRA related to fluido:

Removing JDK from compile classpath

2012-07-06 Thread Manfred Moser
Hi! Some users of the Android Maven plugin are having trouble with the compilation because the android.jar that includes all classes from harmony is on the classpath together with the Oracle JDK. When method signatures between the two differ e.g. like mentioned here

Re: Removing JDK from compile classpath

2012-07-06 Thread Robert Scholte
There are two things I'm thinking of, not sure if they will work: 1. Use toolchains [1] 2. Specify a compilerId, which would also mean writing the implementation for it. [2] [3] -Robert [1] http://maven.apache.org/guides/mini/guide-using-toolchains.html [2]

[VOTE] Tony Chemit as Apache Maven committer

2012-07-06 Thread Olivier Lamy
Hi, I'd like to propose Tony Chemit as a committer. He is active on Mojo for long time now. He proposed some patches time ago and recently some more (I'm a bit boring applying his patches: it probably means it's time to have him here :-) ). Here my +1. Vote open for 72H. Thanks -- Olivier Lamy

Re: Removing JDK from compile classpath

2012-07-06 Thread Manfred Moser
Thanks... I will look into this. On Fri, July 6, 2012 2:28 pm, Robert Scholte wrote: There are two things I'm thinking of, not sure if they will work: 1. Use toolchains [1] 2. Specify a compilerId, which would also mean writing the implementation for it. [2] [3] -Robert [1]

Re: [VOTE] Tony Chemit as Apache Maven committer

2012-07-06 Thread Brett Porter
+1 On 07/07/2012, at 7:28 AM, Olivier Lamy wrote: Hi, I'd like to propose Tony Chemit as a committer. He is active on Mojo for long time now. He proposed some patches time ago and recently some more (I'm a bit boring applying his patches: it probably means it's time to have him here :-) ).

Re: [VOTE] Tony Chemit as Apache Maven committer

2012-07-06 Thread Lukas Theussl
+1 -Lukas On Fri, Jul 6, 2012 at 11:28 PM, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to propose Tony Chemit as a committer. He is active on Mojo for long time now. He proposed some patches time ago and recently some more (I'm a bit boring applying his patches: it probably means

Re: [VOTE] Tony Chemit as Apache Maven committer

2012-07-06 Thread herve . boutemy
+1 Hervé - Mail original - De: Lukas Theussl ltheu...@apache.org À: Maven Developers List dev@maven.apache.org Envoyé: Samedi 7 Juillet 2012 04:34:16 Objet: Re: [VOTE] Tony Chemit as Apache Maven committer +1 -Lukas On Fri, Jul 6, 2012 at 11:28 PM, Olivier Lamy ol...@apache.org

Re: [VOTE] Tony Chemit as Apache Maven committer

2012-07-06 Thread Kristian Rosenvold
+1 Den 6. juli 2012 kl. 23:28 skrev Olivier Lamy ol...@apache.org: Hi, I'd like to propose Tony Chemit as a committer. He is active on Mojo for long time now. He proposed some patches time ago and recently some more (I'm a bit boring applying his patches: it probably means it's time to have