[
https://issues.apache.org/jira/browse/EXEC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917671#action_12917671
]
Niall Pemberton commented on EXEC-48:
-------------------------------------
Its caused by running the assembly:assembly goal (which the "tests" profile
does) - if you run "mvn package assembly:assembly" you see the same thing.
AFAIK this is a Maven 2.x *feature* to do with plugins which don't know what
has been run as part of another goal (package in this case). I believe this is
fixed in Maven 3.x (markmail.org/message/4itian33hycyt4iz)
I would have commited this patch except for the fact that the testme scripts
need to change for the version number filtering to work - so it means choosing
between either Ant or Maven to provide this.
If there are no objections I'll apply this and remove the Ant target
> Add assembly to create the Exec test distribution to the Maven build
> --------------------------------------------------------------------
>
> Key: EXEC-48
> URL: https://issues.apache.org/jira/browse/EXEC-48
> Project: Commons Exec
> Issue Type: Test
> Reporter: Niall Pemberton
> Assignee: Siegfried Goeschl
> Attachments: EXEC-tests-assembly-junit-3.8.1.patch,
> EXEC-tests-assembly.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.