Changeset 99 for java/main/pom.xml
- Timestamp:
- 07/10/13 22:41:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/main/pom.xml
r97 r99 17 17 <properties> 18 18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 19 <framsticks.config>/configs/framsticks.xml</framsticks.config> 19 20 </properties> 20 21 … … 40 41 <scope>compile</scope> 41 42 </dependency> 42 <!-- <dependency> -->43 <!-- <groupId>commons-configuration</groupId> -->44 <!-- <artifactId>commons-configuration</artifactId> -->45 <!-- <version>1.9</version> -->46 <!-- <scope>compile</scope> -->47 <!-- </dependency> -->48 43 <dependency> 49 44 <groupId>commons-collections</groupId> … … 98 93 <scope>test</scope> 99 94 </dependency> 100 <!-- <dependency> -->101 <!-- <groupId>junit</groupId> -->102 <!-- <artifactId>junit</artifactId> -->103 <!-- <version>4.8.1</version> -->104 <!-- <scope>test</scope> -->105 <!-- </dependency> -->106 107 <!--dependency>108 </dependency>109 <dependency>110 </dependency-->111 95 </dependencies> 112 96 <build> … … 154 138 <classpath /> 155 139 <argument>com.framsticks.core.Framsticks</argument> 140 <argument>${framsticks.config}</argument> 156 141 </arguments> 157 142 </configuration> … … 169 154 </programs> 170 155 </configuration> 156 <executions> 157 <execution> 158 <phase>package</phase> 159 <goals> 160 <goal>assemble</goal> 161 </goals> 162 </execution> 163 </executions> 171 164 </plugin> 172 165 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.