]
Thomas Heute resolved GTNMAVEN-8.
---------------------------------
Assignee: Thomas Heute
Fix Version/s: parent-1.1.0-Beta01
Resolution: Done
maven plugin version declaration in parent pom
----------------------------------------------
Key: GTNMAVEN-8
URL:
https://issues.jboss.org/browse/GTNMAVEN-8
Project: GateIn Maven
Issue Type: Task
Components: parent
Reporter: Dimitri BAELI
Assignee: Thomas Heute
Fix For: parent-1.1.0-Beta01
Currently the gatein/portal/trunk/pom.xml contains :
{code}
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
{code}
This information should be present in its parent pom or higher.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: