Skip to content

Commit 04f9a95

Browse files
CHAMP20CHAMP20
CHAMP20
authored and
CHAMP20
committed
junit-team#1 pom 파일 replacer 플러그인 삭제
1 parent 03298e2 commit 04f9a95

File tree

3 files changed

+41
-9
lines changed

3 files changed

+41
-9
lines changed

.classpath

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/main/java"/>
4-
<classpathentry kind="src" path="src/test/java"/>
5-
<classpathentry kind="src" path="src/test/resources"/>
6-
<classpathentry kind="src" path="src/main/resources"/>
7-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
16+
<attributes>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
21+
<attributes>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
26+
<attributes>
27+
<attribute name="maven.pomderived" value="true"/>
28+
</attributes>
29+
</classpathentry>
830
<classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.3.jar" sourcepath="lib/hamcrest-core-1.3-sources.jar"/>
9-
<classpathentry kind="output" path="bin"/>
31+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
32+
<attributes>
33+
<attribute name="maven.pomderived" value="true"/>
34+
</attributes>
35+
</classpathentry>
36+
<classpathentry kind="output" path="target/classes"/>
1037
</classpath>

.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
1318
</buildSpec>
1419
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1521
<nature>org.eclipse.jdt.core.javanature</nature>
1622
<nature>org.eclipse.team.cvs.core.cvsnature</nature>
1723
</natures>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,8 @@
191191
</execution>
192192
</executions>
193193
</plugin>
194+
<!--
194195
<plugin>
195-
<!--
196-
Updates Version#id().
197-
-->
198196
<groupId>com.google.code.maven-replacer-plugin</groupId>
199197
<artifactId>replacer</artifactId>
200198
<version>1.5.3</version>
@@ -215,6 +213,7 @@
215213
<value>${project.version}</value>
216214
</configuration>
217215
</plugin>
216+
-->
218217
<plugin><!-- Using jdk 1.5.0_22, package-info.java files are compiled correctly. -->
219218
<!--
220219
java compiler plugin forked in extra process

0 commit comments

Comments
 (0)