Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: archetypes, trails-compass, trails-core, trails-hibernate, trails-security, trails-test
-
Labels:None
-
Number of attachments :
Description
For trails-1.3
It would be nice to automate revisions in the poms for maven-jetty-plugin
also trails version
definition...
<properties>
<jetty.version>6.1.10</jetty.version>
</properties>
example usage...
<dependency>
<groupId>org.trailsframework</groupId>
<artifactId>trails-hibernate</artifactId>
<version>${project.version}</version>
</dependency>
another example usage...
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>${jetty.version}</version>
...
If the amount of these exceeds alot then maybe a property for the revision could be considered?
No need, closing