Trails

Automate Revision #'s where needed

Details

  • Number of attachments :
    0

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?

Activity

Hide
Kalle Korhonen added a comment -

No need, closing

Show
Kalle Korhonen added a comment - No need, closing

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: