jonas
| /jonas/trunk/jonas_doc/core/pom.xml |
|---|
| 37,4 → 37,35 |
| <artifactId>jonas-doc-en-deployment-plan</artifactId> |
| <name>JOnAS Documentation Source :: Core</name> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <classesDirectory> |
| src |
| </classesDirectory> |
| </configuration> |
| </plugin> |
| <plugin> |
| <!-- Version 1.4 [NOT 1.5] required for replaceregexp --> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <version>1.4</version> |
| <executions> |
| <execution> |
| <phase>process-resources</phase> |
| <configuration> |
| <tasks> |
| <replaceregexp file="build.properties" match="product.version = .*" replace="product.version = ${project.version}" /> |
| </tasks> |
| </configuration> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |
| /jonas/trunk/jonas_doc/pom.xml |
|---|
| 61,16 → 61,6 |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <classesDirectory> |
| src |
| </classesDirectory> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <configuration> |
| <tagBase> |
| 80,25 → 70,6 |
| <addSchema>false</addSchema> |
| </configuration> |
| </plugin> |
| <plugin> |
| <!-- Version 1.4 [NOT 1.5] required for replaceregexp --> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <version>1.4</version> |
| <executions> |
| <execution> |
| <phase>process-resources</phase> |
| <configuration> |
| <tasks> |
| <replaceregexp file="build.properties" match="product.version = .*" replace="product.version = ${project.version}" /> |
| </tasks> |
| </configuration> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |