|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 |
| - <modelVersion>4.0.0</modelVersion> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 |
| - <parent> |
7 |
| - <groupId>org.jboss.forge</groupId> |
8 |
| - <artifactId>forge-parent</artifactId> |
9 |
| - <version>2.13.2-SNAPSHOT</version> |
10 |
| - <relativePath>../pom.xml</relativePath> |
11 |
| - </parent> |
| 6 | + <parent> |
| 7 | + <groupId>org.jboss.forge</groupId> |
| 8 | + <artifactId>forge-parent</artifactId> |
| 9 | + <version>2.13.2-SNAPSHOT</version> |
| 10 | + <relativePath>../pom.xml</relativePath> |
| 11 | + </parent> |
12 | 12 |
|
13 |
| - <groupId>org.jboss.forge.addon</groupId> |
14 |
| - <artifactId>dev-tools-java</artifactId> |
15 |
| - <name>Forge - Dev Tools - Java</name> |
| 13 | + <groupId>org.jboss.forge.addon</groupId> |
| 14 | + <artifactId>dev-tools-java</artifactId> |
| 15 | + <name>Forge - Dev Tools - Java</name> |
16 | 16 |
|
17 |
| - <dependencies> |
18 |
| - <dependency> |
19 |
| - <groupId>org.jboss.forge.addon</groupId> |
20 |
| - <artifactId>parser-java</artifactId> |
21 |
| - <classifier>forge-addon</classifier> |
22 |
| - <scope>provided</scope> |
23 |
| - </dependency> |
24 |
| - <dependency> |
25 |
| - <groupId>org.jboss.forge.addon</groupId> |
26 |
| - <artifactId>projects</artifactId> |
27 |
| - <classifier>forge-addon</classifier> |
28 |
| - <scope>provided</scope> |
29 |
| - </dependency> |
30 |
| - <dependency> |
31 |
| - <groupId>org.jboss.forge.addon</groupId> |
32 |
| - <artifactId>ui</artifactId> |
33 |
| - <classifier>forge-addon</classifier> |
34 |
| - <scope>provided</scope> |
35 |
| - </dependency> |
36 |
| - <dependency> |
37 |
| - <groupId>org.jboss.forge.addon</groupId> |
38 |
| - <artifactId>ui-spi</artifactId> |
39 |
| - <classifier>forge-addon</classifier> |
40 |
| - <scope>provided</scope> |
41 |
| - </dependency> |
42 |
| - <dependency> |
43 |
| - <groupId>org.jboss.forge.addon</groupId> |
44 |
| - <artifactId>ui-test-harness</artifactId> |
45 |
| - <classifier>forge-addon</classifier> |
46 |
| - <scope>test</scope> |
47 |
| - </dependency> |
48 |
| - <dependency> |
49 |
| - <groupId>org.jboss.forge.addon</groupId> |
50 |
| - <artifactId>parser-xml</artifactId> |
51 |
| - <classifier>forge-addon</classifier> |
52 |
| - <scope>provided</scope> |
53 |
| - </dependency> |
| 17 | + <dependencies> |
| 18 | + <dependency> |
| 19 | + <groupId>org.jboss.forge.addon</groupId> |
| 20 | + <artifactId>parser-java</artifactId> |
| 21 | + <classifier>forge-addon</classifier> |
| 22 | + <scope>provided</scope> |
| 23 | + </dependency> |
| 24 | + <dependency> |
| 25 | + <groupId>org.jboss.forge.addon</groupId> |
| 26 | + <artifactId>projects</artifactId> |
| 27 | + <classifier>forge-addon</classifier> |
| 28 | + <scope>provided</scope> |
| 29 | + </dependency> |
| 30 | + <dependency> |
| 31 | + <groupId>org.jboss.forge.addon</groupId> |
| 32 | + <artifactId>ui</artifactId> |
| 33 | + <classifier>forge-addon</classifier> |
| 34 | + <scope>provided</scope> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>org.jboss.forge.addon</groupId> |
| 38 | + <artifactId>ui-spi</artifactId> |
| 39 | + <classifier>forge-addon</classifier> |
| 40 | + <scope>provided</scope> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>org.jboss.forge.addon</groupId> |
| 44 | + <artifactId>ui-test-harness</artifactId> |
| 45 | + <classifier>forge-addon</classifier> |
| 46 | + <scope>test</scope> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>org.jboss.forge.addon</groupId> |
| 50 | + <artifactId>parser-xml</artifactId> |
| 51 | + <classifier>forge-addon</classifier> |
| 52 | + <scope>provided</scope> |
| 53 | + </dependency> |
| 54 | + <dependency> |
| 55 | + <groupId>org.jboss.forge.addon</groupId> |
| 56 | + <artifactId>configuration</artifactId> |
| 57 | + <classifier>forge-addon</classifier> |
| 58 | + </dependency> |
| 59 | + <dependency> |
| 60 | + <groupId>org.jboss.forge.addon</groupId> |
| 61 | + <artifactId>resources</artifactId> |
| 62 | + <classifier>forge-addon</classifier> |
| 63 | + </dependency> |
54 | 64 |
|
55 |
| - <!-- Furnace Container --> |
56 |
| - <dependency> |
57 |
| - <groupId>org.jboss.forge.furnace.container</groupId> |
58 |
| - <artifactId>simple</artifactId> |
59 |
| - <classifier>forge-addon</classifier> |
60 |
| - <scope>provided</scope> |
61 |
| - </dependency> |
62 | 65 |
|
63 |
| - <!-- Test Dependencies --> |
64 |
| - <dependency> |
65 |
| - <groupId>org.jboss.forge.furnace.test</groupId> |
66 |
| - <artifactId>furnace-test-harness</artifactId> |
67 |
| - <scope>test</scope> |
68 |
| - </dependency> |
69 |
| - <dependency> |
70 |
| - <groupId>org.jboss.forge.furnace.test</groupId> |
71 |
| - <artifactId>arquillian-furnace-classpath</artifactId> |
72 |
| - <scope>test</scope> |
73 |
| - </dependency> |
74 |
| - <dependency> |
75 |
| - <groupId>org.jboss.forge.furnace.container</groupId> |
76 |
| - <artifactId>cdi</artifactId> |
77 |
| - <classifier>forge-addon</classifier> |
78 |
| - <scope>test</scope> |
79 |
| - </dependency> |
80 |
| - <dependency> |
81 |
| - <groupId>org.jboss.forge.addon</groupId> |
82 |
| - <artifactId>maven</artifactId> |
83 |
| - <classifier>forge-addon</classifier> |
84 |
| - <scope>test</scope> |
85 |
| - </dependency> |
86 |
| - <dependency> |
87 |
| - <groupId>org.jboss.forge.addon</groupId> |
88 |
| - <artifactId>shell-test-harness</artifactId> |
89 |
| - <classifier>forge-addon</classifier> |
90 |
| - <scope>test</scope> |
91 |
| - </dependency> |
92 |
| - </dependencies> |
| 66 | + <!-- Furnace Container --> |
| 67 | + <dependency> |
| 68 | + <groupId>org.jboss.forge.furnace.container</groupId> |
| 69 | + <artifactId>simple</artifactId> |
| 70 | + <classifier>forge-addon</classifier> |
| 71 | + <scope>provided</scope> |
| 72 | + </dependency> |
93 | 73 |
|
94 |
| - <build> |
95 |
| - <plugins> |
96 |
| - <plugin> |
97 |
| - <artifactId>maven-jar-plugin</artifactId> |
98 |
| - <executions> |
99 |
| - <execution> |
100 |
| - <id>create-forge-addon</id> |
101 |
| - <phase>package</phase> |
102 |
| - <goals> |
103 |
| - <goal>jar</goal> |
104 |
| - </goals> |
105 |
| - <configuration> |
106 |
| - <classifier>forge-addon</classifier> |
107 |
| - </configuration> |
108 |
| - </execution> |
109 |
| - </executions> |
110 |
| - </plugin> |
111 |
| - </plugins> |
112 |
| - </build> |
113 |
| - <profiles> |
114 |
| - <profile> |
115 |
| - <id>release</id> |
116 |
| - <build> |
117 |
| - <plugins> |
118 |
| - <plugin> |
119 |
| - <groupId>org.jboss.forge.furnace</groupId> |
120 |
| - <artifactId>furnace-maven-plugin</artifactId> |
121 |
| - <executions> |
122 |
| - <execution> |
123 |
| - <id>generate-dot</id> |
124 |
| - <phase>prepare-package</phase> |
125 |
| - <goals> |
126 |
| - <goal>generate-dot</goal> |
127 |
| - </goals> |
128 |
| - <configuration> |
129 |
| - <attach>true</attach> |
130 |
| - </configuration> |
131 |
| - </execution> |
132 |
| - </executions> |
133 |
| - </plugin> |
134 |
| - </plugins> |
135 |
| - </build> |
136 |
| - </profile> |
137 |
| - </profiles> |
| 74 | + <!-- Test Dependencies --> |
| 75 | + <dependency> |
| 76 | + <groupId>org.jboss.forge.furnace.test</groupId> |
| 77 | + <artifactId>furnace-test-harness</artifactId> |
| 78 | + <scope>test</scope> |
| 79 | + </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>org.jboss.forge.furnace.test</groupId> |
| 82 | + <artifactId>arquillian-furnace-classpath</artifactId> |
| 83 | + <scope>test</scope> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>org.jboss.forge.furnace.container</groupId> |
| 87 | + <artifactId>cdi</artifactId> |
| 88 | + <classifier>forge-addon</classifier> |
| 89 | + <scope>test</scope> |
| 90 | + </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>org.jboss.forge.addon</groupId> |
| 93 | + <artifactId>maven</artifactId> |
| 94 | + <classifier>forge-addon</classifier> |
| 95 | + <scope>test</scope> |
| 96 | + </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>org.jboss.forge.addon</groupId> |
| 99 | + <artifactId>shell-test-harness</artifactId> |
| 100 | + <classifier>forge-addon</classifier> |
| 101 | + <scope>test</scope> |
| 102 | + </dependency> |
| 103 | + </dependencies> |
| 104 | + |
| 105 | + <build> |
| 106 | + <plugins> |
| 107 | + <plugin> |
| 108 | + <artifactId>maven-jar-plugin</artifactId> |
| 109 | + <executions> |
| 110 | + <execution> |
| 111 | + <id>create-forge-addon</id> |
| 112 | + <phase>package</phase> |
| 113 | + <goals> |
| 114 | + <goal>jar</goal> |
| 115 | + </goals> |
| 116 | + <configuration> |
| 117 | + <classifier>forge-addon</classifier> |
| 118 | + </configuration> |
| 119 | + </execution> |
| 120 | + </executions> |
| 121 | + </plugin> |
| 122 | + </plugins> |
| 123 | + </build> |
| 124 | + <profiles> |
| 125 | + <profile> |
| 126 | + <id>release</id> |
| 127 | + <build> |
| 128 | + <plugins> |
| 129 | + <plugin> |
| 130 | + <groupId>org.jboss.forge.furnace</groupId> |
| 131 | + <artifactId>furnace-maven-plugin</artifactId> |
| 132 | + <executions> |
| 133 | + <execution> |
| 134 | + <id>generate-dot</id> |
| 135 | + <phase>prepare-package</phase> |
| 136 | + <goals> |
| 137 | + <goal>generate-dot</goal> |
| 138 | + </goals> |
| 139 | + <configuration> |
| 140 | + <attach>true</attach> |
| 141 | + </configuration> |
| 142 | + </execution> |
| 143 | + </executions> |
| 144 | + </plugin> |
| 145 | + </plugins> |
| 146 | + </build> |
| 147 | + </profile> |
| 148 | + </profiles> |
138 | 149 | </project>
|
0 commit comments