This commit is contained in:
devezhao-corp 2018-09-25 12:37:46 +08:00
parent aa3bf947e8
commit 800e78ca47
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>

12
pom.xml
View file

@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.devezhao</groupId>
<artifactId>re-build</artifactId>
<artifactId>rebuild</artifactId>
<packaging>war</packaging>
<version>0.1.0-SNAPSHOT</version>
<name>re-build</name>
<url>http://github.com/devezhao/re-build</url>
<version>1.0.0-SNAPSHOT</version>
<name>rebuild</name>
<url>http://github.com/devezhao/rebuild</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/devezhao/re-build/issues</url>
<url>https://github.com/devezhao/rebuild/issues</url>
</issueManagement>
<properties>
@ -22,7 +22,7 @@
</properties>
<build>
<finalName>re-build</finalName>
<finalName>rebuild</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>