Skip to content

Commit 4c3e722

Browse files
committed
1 parent 8276db8 commit 4c3e722

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.classpath

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<attribute name="maven.pomderived" value="true"/>
2323
</attributes>
2424
</classpathentry>
25-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
26-
<attributes>
27-
<attribute name="maven.pomderived" value="true"/>
28-
</attributes>
29-
</classpathentry>
3025
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
3126
<attributes>
3227
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
@@ -38,5 +33,15 @@
3833
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
3934
</attributes>
4035
</classpathentry>
36+
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0">
37+
<attributes>
38+
<attribute name="owner.project.facets" value="jst.utility"/>
39+
</attributes>
40+
</classpathentry>
41+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
42+
<attributes>
43+
<attribute name="maven.pomderived" value="true"/>
44+
</attributes>
45+
</classpathentry>
4146
<classpathentry kind="output" path="target/classes"/>
4247
</classpath>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<faceted-project>
3+
<runtime name="Apache Tomcat v9.0"/>
34
<installed facet="java" version="1.6"/>
45
<installed facet="jst.utility" version="1.0"/>
56
</faceted-project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<executions>
7373
<execution>
7474
<goals>
75-
<goal>WebApp</goal>
75+
<!-- <goal>WebApp</goal> -->
7676
</goals>
7777

7878
</execution>

0 commit comments

Comments
 (0)