忽略target编译文件夹

This commit is contained in:
lixiangrong
2016-01-26 16:43:03 +08:00
parent f231dd32a4
commit 096d16405b
5 changed files with 6 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_60"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@
*.jar *.jar
*.war *.war
*.ear *.ear
/target/
target

View File

@@ -21,12 +21,12 @@
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name> <name>org.eclipse.wst.validation.validationbuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name> <name>org.eclipse.m2e.core.maven2Builder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>

View File

@@ -4,7 +4,6 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<property name="context-root" value="useful-code"/> <property name="context-root" value="useful-code"/>
<property name="java-output-path" value="/useful-code/target/classes"/> <property name="java-output-path" value="/useful-code/target/classes"/>
</wb-module> </wb-module>

View File

@@ -1,7 +0,0 @@
#Generated by Maven Integration for Eclipse
#Tue Jan 26 16:30:41 GMT+08:00 2016
version=0.0.1-SNAPSHOT
groupId=osc.git.eh3
m2e.projectName=useful-code
m2e.projectLocation=D\:\\workspace\\useful-code
artifactId=useful-code