maven source attach plugin 추가.
This commit is contained in:
33
pom.xml
33
pom.xml
@@ -23,36 +23,11 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.12</version><!--$NO-MVN-MAN-VER$-->
|
|
||||||
<configuration>
|
|
||||||
<argLine>
|
|
||||||
-Dsun.jnu.encoding=${encoding}
|
|
||||||
-Dfile.encoding=${encoding}
|
|
||||||
</argLine>
|
|
||||||
<systemPropertyVariables>
|
|
||||||
<sun.jnu.encoding>${encoding}</sun.jnu.encoding>
|
|
||||||
<file.encoding>${encoding}</file.encoding>
|
|
||||||
</systemPropertyVariables>
|
|
||||||
<skipTests>false</skipTests>
|
|
||||||
<reportFormat>xml</reportFormat>
|
|
||||||
<forkMode>once</forkMode>
|
|
||||||
<!-- "never" : Maven과 같은 process "once" (default) : 새로운
|
|
||||||
하나의 jvm process에서 모든 Test 실행 "always" : 각 Test 마다 다른 JVM process 실행 "perthread" -->
|
|
||||||
<!-- paralel mode setting -->
|
|
||||||
<parallel>classes</parallel><!-- classes, methods -->
|
|
||||||
<threadCount>10</threadCount>
|
|
||||||
<!-- <excludes> <exclude>**/Abstract*.java</exclude>
|
|
||||||
<exclude>**/*Suite.java</exclude> </excludes> <includes> <include>**/*Test.java</include>
|
|
||||||
</includes> -->
|
|
||||||
</configuration>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.maven.surefire</groupId>
|
|
||||||
<artifactId>surefire-junit47</artifactId>
|
|
||||||
<version>2.12</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.maven.ide.eclipse</groupId>
|
<groupId>org.maven.ide.eclipse</groupId>
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
<artifactId>lifecycle-mapping</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user