[
https://jira.jboss.org/jira/browse/GTNPORTAL-22?page=com.atlassian.jira.p...
]
Dimitri BAELI updated GTNPORTAL-22:
-----------------------------------
Workaround Description:
Added in pluginManagement:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1.1</version>
</plugin>
Affects: [Compatibility/Configuration]
Complexity: Low
Workaround: [Workaround Exists]
exec-maven-plugin has no declared version (enforcer failure during
packaging)
-----------------------------------------------------------------------------
Key: GTNPORTAL-22
URL:
https://jira.jboss.org/jira/browse/GTNPORTAL-22
Project: GateIn Portal
Issue Type: Bug
Components: Packaging
Reporter: Dimitri BAELI
Fix For: 3.0.0-Beta02
REPRODUCE:
* mvn instal -Ppkg-tomcat
ERROR:
[INFO] Building GateIn Portal Packaging
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequirePluginVersions failed with
message:
Some plugins are missing valid versions:(LATEST RELEASE SNAPSHOT are not allowed )
org.codehaus.mojo:exec-maven-plugin. The version currently in use is 1.1.1
Best practice is to always define plugin versions!
EXPECTED:
* declare exec-maven-plugin
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira