/maven-amps-plugin/src/it/unitTest/pom.xml
https://bitbucket.org/mmeinhold/amps · XML · 41 lines · 38 code · 3 blank · 0 comment · 0 complexity · f07dac0f2270f22fc8db0ae897ac60d4 MD5 · raw file
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.atlassian.amps.it</groupId>
- <artifactId>maven-amps-plugin-unit-test</artifactId>
- <version>testing</version>
- <name>TestUnitTest</name>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-${shitty.product}-plugin</artifactId>
- <version>testing</version>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <reportsDirectory>target/shitty-it-surefire-reports</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.10</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </project>