忽略target编译文件夹

dev
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"/>
</attributes>
</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>
<attribute name="maven.pomderived" value="true"/>
</attributes>

4
.gitignore vendored
View File

@ -3,4 +3,6 @@
# Package Files #
*.jar
*.war
*.ear
*.ear
/target/
target

View File

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

View File

@ -4,7 +4,6 @@
<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/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<property name="context-root" value="useful-code"/>
<property name="java-output-path" value="/useful-code/target/classes"/>
</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