Changeset 3039 for DataCleaner
- Timestamp:
- 01/16/12 12:09:25 (4 months ago)
- File:
-
- 1 edited
-
DataCleaner/trunk/packaging/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
DataCleaner/trunk/packaging/pom.xml
r3037 r3039 206 206 <build> 207 207 <plugins> 208 <plugin>209 <!-- Assembly which creates the zip and tar.gz distributables -->210 <groupId>org.apache.maven.plugins</groupId>211 <artifactId>maven-assembly-plugin</artifactId>212 <version>2.2</version>213 <configuration>214 <descriptors>215 <descriptor>src/main/assembly/windows.xml</descriptor>216 </descriptors>217 </configuration>218 <executions>219 <execution>220 <phase>verify</phase>221 <goals>222 <goal>single</goal>223 </goals>224 </execution>225 </executions>226 </plugin>227 208 <plugin> 228 209 <!-- Create win32 executable --> … … 287 268 </executions> 288 269 </plugin> 270 <plugin> 271 <!-- Assembly which creates the zip and tar.gz distributables --> 272 <groupId>org.apache.maven.plugins</groupId> 273 <artifactId>maven-assembly-plugin</artifactId> 274 <version>2.2</version> 275 <configuration> 276 <descriptors> 277 <descriptor>src/main/assembly/windows.xml</descriptor> 278 </descriptors> 279 </configuration> 280 <executions> 281 <execution> 282 <phase>verify</phase> 283 <goals> 284 <goal>single</goal> 285 </goals> 286 </execution> 287 </executions> 288 </plugin> 289 289 </plugins> 290 290 </build>
Note: See TracChangeset
for help on using the changeset viewer.
