[mojo-dev] [jira] Commented: (CBUILDS-58) RPM dependencies broke with move to maven 3.0

2011-01-10 Thread Lee Thompson (JIRA)
[ http://jira.codehaus.org/browse/CBUILDS-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250980#action_250980 ] Lee Thompson commented on CBUILDS-58: - code checked in, think its fixed now RPM dependencies

[mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Anders Hammar
I'm trying to figure out the required Maven version for jboss-packaging-maven-plugin (MJBOSSPACK-38), as the stated prerequisites version does not align with the Maven dependencies. I'm not sure of the easiest way to do this, but I'm thinking that trying it out with some old version could be at

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Nick Stolwijk
I can't answer your first question, but the other two I know. You can download older versions here: http://archive.apache.org/dist/maven/binaries/ Before 2.0.6 there were a few nasty bugs with dependency resolution, so those are discouraged to use nowadays. Hth, Nick Stolwijk ~Senior Java

[mojo-dev] [jira] Commented: (MGWT-224) Cannot use gwt:run on a clean project which uses src/main/webapp

2011-01-10 Thread Joachim Van der Auwera (JIRA)
[ http://jira.codehaus.org/browse/MGWT-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250994#action_250994 ] Joachim Van der Auwera commented on MGWT-224: - working, thanks Cannot use gwt:run on a

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Anders Hammar
Great, thanks! Ran into a new thing. All existing versions of maven-compiler-plugin at central require Maven 2.0.9+. So it's in fact not possible to build with any Maven version below that. How any plugin could be marked with a lower Maven version is somewhat strange... Maybe it's more focused on

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Benjamin Bentmann
Anders Hammar wrote: How any plugin could be marked with a lower Maven version is somewhat strange... Maybe it's more focused on what Maven version is required to use the plugin, than to build the plugin project? Yes, one needs to distinguish between the Maven version used to a) build the

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Brett Porter
On 10/01/2011, at 9:23 PM, Anders Hammar wrote: Great, thanks! Ran into a new thing. All existing versions of maven-compiler-plugin at central require Maven 2.0.9+. I'm not sure where you are getting that info from? For example:

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Benjamin Bentmann
Anders Hammar wrote: Secondly, when checking other plugins I see that many required Maven 2.0.6+. Was there any specific change between 2.0.5 and 2.0.6 that has an impact on plugins? http://maven.apache.org/plugin-developers/common-bugs.html#Depending_on_Plexus_Utilities_1.1 Benjamin

[mojo-dev] [jira] Commented: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250999#action_250999 ] Clément Igonet commented on MOJO-1416: -- I try to use maven native plugin to compile BCC sources

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250999#action_250999 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 5:14 AM: --- I try to

[mojo-dev] [jira] Assigned: (MFINDBUGS-129) maven3

2011-01-10 Thread Garvin LeClaire (JIRA)
[ http://jira.codehaus.org/browse/MFINDBUGS-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garvin LeClaire reassigned MFINDBUGS-129: - Assignee: Garvin LeClaire maven3 -- Key: MFINDBUGS-129

[mojo-dev] [jira] Closed: (MFINDBUGS-129) maven3

2011-01-10 Thread Garvin LeClaire (JIRA)
[ http://jira.codehaus.org/browse/MFINDBUGS-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garvin LeClaire closed MFINDBUGS-129. - Resolution: Fixed Fix Version/s: 2.3.2 Use version 2.3.2-SNAPSHOT. Once it has been

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Anders Hammar
You're right. I was trying all different versions of m-compiler-p, and I didn't notice that when I came down to 2.0.x Maven wasn't complaining about maven-compiler-plugin but about maven-surefire-plugin instead. This explains how we could compile code in the days before maven 2.0.9. I was kind of

Re: [mojo-dev] Required Maven version for a plugin

2011-01-10 Thread Anders Hammar
On Mon, Jan 10, 2011 at 12:01, Benjamin Bentmann benjamin.bentm...@udo.eduwrote: Anders Hammar wrote: How any plugin could be marked with a lower Maven version is somewhat strange... Maybe it's more focused on what Maven version is required to use the plugin, than to build the plugin

[mojo-dev] [jira] Commented: (MFINDBUGS-129) maven3

2011-01-10 Thread Anders Hammar (JIRA)
[ http://jira.codehaus.org/browse/MFINDBUGS-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251006#action_251006 ] Anders Hammar commented on MFINDBUGS-129: - He can't use a snapshot as the m-release-p

[mojo-dev] [jira] Closed: (MJBOSSPACK-38) Align maven prerequisite and version of maven dependencies

2011-01-10 Thread Anders Hammar (JIRA)
[ http://jira.codehaus.org/browse/MJBOSSPACK-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Hammar closed MJBOSSPACK-38. --- Resolution: Fixed Changed maven version prerequisite to v2.0.6 in r13378. Verified that

Re: [mojo-dev] [VOTE] Release Clirr Maven plugin version 2.3 (take 2)

2011-01-10 Thread Matthias Wessendorf
+1 On Sun, Jan 9, 2011 at 9:48 PM, Julien Ponge julien.po...@gmail.com wrote: +1 2011/1/8 Arnaud Héritier aherit...@codehaus.org: +1 Arnaud On Sat, Jan 8, 2011 at 1:20 AM, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release Clirr Maven Plugin version 2.3. We fixed 3 issues :

Re: [mojo-dev] [VOTE] Release Clirr Maven plugin version 2.3 (take 2)

2011-01-10 Thread Mark Struberg
+1 LieGrue, strub --- On Mon, 1/10/11, Matthias Wessendorf mat...@apache.org wrote: From: Matthias Wessendorf mat...@apache.org Subject: Re: [mojo-dev] [VOTE] Release Clirr Maven plugin version 2.3 (take 2) To: dev@mojo.codehaus.org Date: Monday, January 10, 2011, 1:28 PM +1 On Sun, Jan

[mojo-dev] [jira] Created: (MJBOSS-57) Can't skip plugin to run even if tests are skipped and phase is set to test.

2011-01-10 Thread Robert Andersson (JIRA)
Can't skip plugin to run even if tests are skipped and phase is set to test. Key: MJBOSS-57 URL: http://jira.codehaus.org/browse/MJBOSS-57 Project: Maven 2.x JBoss Plugin

[mojo-dev] [jira] Updated: (MJBOSS-57) Can't skip plugin to run even if tests are skipped and phase is set to test.

2011-01-10 Thread Paul Gier (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gier updated MJBOSS-57: Description: The plugin will run even if you set a phase that has anything to do with test (pre-test, post-test,

[mojo-dev] [jira] Updated: (MJBOSS-57) Can't skip plugin to run even if tests are skipped and phase is set to test.

2011-01-10 Thread Paul Gier (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gier updated MJBOSS-57: Fix Version/s: 1.5.0 Assignee: Paul Gier Can't skip plugin to run even if tests are skipped and phase

[mojo-dev] [jira] Updated: (MJBOSS-57) Can't skip plugin to run even if tests are skipped and phase is set to test.

2011-01-10 Thread Paul Gier (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gier updated MJBOSS-57: Issue Type: New Feature (was: Bug) Can't skip plugin to run even if tests are skipped and phase is set to test.

[mojo-dev] [jira] Closed: (MJBOSS-57) Can't skip plugin to run even if tests are skipped and phase is set to test.

2011-01-10 Thread Paul Gier (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gier closed MJBOSS-57. --- Resolution: Fixed Added new skip parameter in [r13380|http://fisheye.codehaus.org/changelog/mojo/?cs=13380].

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251047#action_251047 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 10:07 AM: Maven

[mojo-dev] [jira] Commented: (MJBOSS-55) jboss plugin incompatible with jboss AS 6 - mojo produces incorrect cmd invocation when starting

2011-01-10 Thread Paul Gier (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251049#action_251049 ] Paul Gier commented on MJBOSS-55: - I believe this is a duplicate of MJBOSS-54. Can you verify that

[mojo-dev] [jira] Issue Comment Edited: (MJBOSS-55) jboss plugin incompatible with jboss AS 6 - mojo produces incorrect cmd invocation when starting

2011-01-10 Thread Paul Gier (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251049#action_251049 ] Paul Gier edited comment on MJBOSS-55 at 1/10/11 10:43 AM: --- I believe this

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251047#action_251047 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 10:58 AM: Maven

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251047#action_251047 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 11:00 AM: Maven

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=250999#action_250999 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 10:59 AM: I try

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251047#action_251047 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 11:00 AM: Maven

[mojo-dev] [jira] Issue Comment Edited: (MOJO-1416) using the Bcc compile provider placed all dependant .jar file on linker path causing failure

2011-01-10 Thread JIRA
[ http://jira.codehaus.org/browse/MOJO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251047#action_251047 ] Clément Igonet edited comment on MOJO-1416 at 1/10/11 11:22 AM: Maven

[mojo-dev] Isn't archive.codehaus.org in use any more?

2011-01-10 Thread Anders Hammar
While looking for an old thread I noticed that the list archive at archive.codehaus.org hasn't been updated since June 2010. Is that some kind of error, or is that archive not used any more? If not, we should remove it from the table at [0]. /Anders [0] http://mojo.codehaus.org/mail-lists.html

[mojo-dev] [jira] Commented: (MOJO-1615) xircles.username expansion documented for deploy doesn't work on maven 3.0.1

2011-01-10 Thread Anders Hammar (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251077#action_251077 ] Anders Hammar commented on MOJO-1615: - I suggest that we update the Preparing your environment

[mojo-dev] [jira] Assigned: (MOJO-1615) xircles.username expansion documented for deploy doesn't work on maven 3.0.1

2011-01-10 Thread Robert Scholte (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte reassigned MOJO-1615: Assignee: Robert Scholte xircles.username expansion documented for deploy doesn't work on maven

[mojo-dev] [jira] Closed: (MOJO-1615) xircles.username expansion documented for deploy doesn't work on maven 3.0.1

2011-01-10 Thread Robert Scholte (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MOJO-1615. Resolution: Fixed Fixed in [rev. 13382|http://fisheye.codehaus.org/changelog/mojo/?cs=13382]

[mojo-dev] [jira] Commented: (MOJO-1615) xircles.username expansion documented for deploy doesn't work on maven 3.0.1

2011-01-10 Thread Jesse Glick (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251086#action_251086 ] Jesse Glick commented on MOJO-1615: --- Anyway it did not work to use interpolation when using a Maven

[mojo-dev] [jira] Commented: (MJBOSS-55) jboss plugin incompatible with jboss AS 6 - mojo produces incorrect cmd invocation when starting

2011-01-10 Thread Radai Rosenblatt (JIRA)
[ http://jira.codehaus.org/browse/MJBOSS-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=251126#action_251126 ] Radai Rosenblatt commented on MJBOSS-55: i havent tried the snapshot yet, but from the issue

[mojo-dev] [jira] Created: (MBUILDHELPER-25) Add removeCritical option to the RemoveLocalArtifactMojo

2011-01-10 Thread Anthony Whitford (JIRA)
Add removeCritical option to the RemoveLocalArtifactMojo Key: MBUILDHELPER-25 URL: http://jira.codehaus.org/browse/MBUILDHELPER-25 Project: Maven 2.x Build Helper Plugin Issue Type:

[mojo-dev] [VOTE] Release JBoss Packaging Maven Plugin version 2.2

2011-01-10 Thread Anders Hammar
Hi, I'd like to release version 2.2 of the JBoss Packaging Maven Plugin. We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11731version=17054 There are still a couple of issues left in JIRA:

[mojo-dev] [jira] Created: (MOJO-1616) Some of the listed mailing list archives don't work

2011-01-10 Thread Anders Hammar (JIRA)
Some of the listed mailing list archives don't work --- Key: MOJO-1616 URL: http://jira.codehaus.org/browse/MOJO-1616 Project: Mojo Issue Type: Bug Components: _Mojo Site