Changeset 1520
- Timestamp:
- 04/15/14 13:30:23 (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-distribution/pom.xml
r1513 r1520 223 223 </executions> 224 224 </plugin> 225 <plugin>226 <groupId>org.apache.maven.plugins</groupId>227 <artifactId>maven-release-plugin</artifactId>228 <version>2.5</version>229 <configuration>230 <autoVersionSubmodules>true</autoVersionSubmodules>231 </configuration>232 </plugin>233 225 </plugins> 234 226 </build> -
trunk/autoquest-httpmonitor-test/.classpath
r1390 r1520 9 9 <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 10 10 <classpathentry kind="src" output="target/classes" path="src/main/java"> 11 <attributes>12 <attribute name="optional" value="true"/>13 <attribute name="maven.pomderived" value="true"/>14 </attributes>15 </classpathentry>16 <classpathentry kind="src" output="target/classes" path="target/generated-sources/cxf">17 11 <attributes> 18 12 <attribute name="optional" value="true"/> -
trunk/autoquest-test/pom.xml
r1519 r1520 9 9 <version>0.0.1-SNAPSHOT</version> 10 10 <packaging>pom</packaging> 11 <name> ${tested-artifact-id}-test</name>11 <name>autoquest-test</name> 12 12 <licenses> 13 13 <license>
Note: See TracChangeset
for help on using the changeset viewer.