[
https://issues.jboss.org/browse/JBIDE-13362?page=com.atlassian.jira.plugi...
]
Mickael Istria edited comment on JBIDE-13362 at 1/9/13 12:39 PM:
-----------------------------------------------------------------
I've worked on a Mojo which does that. Current version is already in
jbosstools-maven-plugins. It can be invoked by
{code}
mvn org.jboss.tools.tycho-plugins:target-platform-utils:0.0.1-SNAPSHOT:fix-versions
-DtargetFile=multiple.target
{code}
It currently does not create a new target file, but generate some advices to change
versions in the file.
was (Author: mickael_istria):
I've worked on a Mojo which does that. Current version is already in
jbosstools-maven-plugins. It can be invoked by
{code]
mvn org.jboss.tools.tycho-plugins:target-platform-utils:0.0.1-SNAPSHOT:fix-versions
-DtargetFile=multiple.target
{code}
It currently does not create a new target file, but generate some advices to change
versions in the file.
A Mojo to update target files
-----------------------------
Key: JBIDE-13362
URL:
https://issues.jboss.org/browse/JBIDE-13362
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.1.0.Alpha1
We should provide a script or a Mojo that allows to "fix" versions in a .target
file.
It would take as input a bugged .target, and would verify conformance of versions with
content of the repo (like the validation plugin does) but also try to find a version that
would match the best in the repository.
It should generate a new .target file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira