|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 |
| - <parent> |
5 |
| - <groupId>org.jboss.windup.quickstarts</groupId> |
6 |
| - <artifactId>windup-quickstarts-root</artifactId> |
7 |
| - <version>2.5.0-SNAPSHOT</version> |
8 |
| - </parent> |
| 4 | + <groupId>org.jboss.windup.quickstarts</groupId> |
9 | 5 | <artifactId>maven-plugin-usage</artifactId>
|
| 6 | + <version>2.5.0.Final</version> |
10 | 7 | <description>This example shows how to use Windup for generating reports natively in Maven project</description>
|
11 | 8 |
|
12 | 9 | <name>Windup Quickstart: windup-maven-plugin</name>
|
|
27 | 24 | </scm>
|
28 | 25 |
|
29 | 26 | <properties>
|
30 |
| - <version.windup>2.5.0-SNAPSHOT</version.windup> |
31 |
| - <version.windup-maven-plugin>1.0-SNAPSHOT</version.windup-maven-plugin> |
| 27 | + <version.windup>2.5.0.Final</version.windup> |
| 28 | + <version.windup-maven-plugin>2.5.0.Final</version.windup-maven-plugin> |
32 | 29 | </properties>
|
33 | 30 |
|
34 | 31 | <dependencyManagement>
|
|
206 | 203 | <version>${version.windup}</version>
|
207 | 204 | <classifier>jeeapp</classifier>
|
208 | 205 | <type>ear</type>
|
209 |
| - <overWrite>[ true or false ]</overWrite> |
| 206 | + <overWrite>true</overWrite> |
210 | 207 | <outputDirectory>${project.build.directory}</outputDirectory>
|
211 | 208 | <destFileName>jee-app.ear</destFileName>
|
212 | 209 | </artifactItem>
|
|
234 | 231 | -->
|
235 | 232 |
|
236 | 233 | <!-- Where the Windup report is generated to. -->
|
237 |
| - <output>${project.build.directory}/reports-jee</output> |
| 234 | + <output>${project.build.directory}/reports-example-ear</output> |
238 | 235 |
|
239 | 236 | <!-- The application archive to analyze. -->
|
240 | 237 | <input>${project.build.directory}/jee-app.ear</input>
|
|
0 commit comments