|
|
@@ -176,51 +176,7 @@
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-eclipse-plugin</artifactId>
|
|
|
- <version>2.8</version>
|
|
|
- <configuration>
|
|
|
- <additionalConfig>
|
|
|
- <file>
|
|
|
- <name>.settings/org.eclipse.core.resources.prefs</name>
|
|
|
- <content>
|
|
|
- <![CDATA[
|
|
|
- eclipse.preferences.version=1
|
|
|
- encoding/<project>=${project.build.sourceEncoding}
|
|
|
- ]]>
|
|
|
- </content>
|
|
|
- </file>
|
|
|
- </additionalConfig>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <argLine>-Xmx256m</argLine>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>com.atlassian.maven.plugins</groupId>
|
|
|
- <artifactId>maven-clover2-plugin</artifactId>
|
|
|
- <version>2.6.3</version>
|
|
|
- <configuration>
|
|
|
- <licenseLocation>${clover.license.file}</licenseLocation>
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
- <generateXml>true</generateXml>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>findbugs-maven-plugin</artifactId>
|
|
|
- <version>1.2</version>
|
|
|
- <configuration>
|
|
|
- <findbugsXmlOutput>true</findbugsXmlOutput>
|
|
|
- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
|
|
|
- <xmlOutput>true</xmlOutput>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
+
|
|
|
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
@@ -242,30 +198,7 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-war-plugin</artifactId>
|
|
|
- <version>2.6</version>
|
|
|
- <configuration>
|
|
|
- <webResources>
|
|
|
- <resource>
|
|
|
- <directory>src/main/webapp/WEB-INF</directory>
|
|
|
- <targetPath>WEB-INF</targetPath>
|
|
|
- <filtering>true</filtering>
|
|
|
- <includes>
|
|
|
- <include>**/*.xml</include>
|
|
|
- </includes>
|
|
|
- <excludes>
|
|
|
- <exclude>web.xml</exclude>
|
|
|
- </excludes>
|
|
|
- </resource>
|
|
|
- </webResources>
|
|
|
- <attachClasses>true</attachClasses>
|
|
|
- <warSourceExcludes> */web.xml,static</warSourceExcludes>
|
|
|
- <failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
- <packagingExcludes>ms.install,html/,static/,temp,upgrader,WEB-INF/web.xml,WEB-INF/lib/,templets/,upload/,WEB-INF/classes/*.xml,WEB-INF/classes/*.properties,*.sh,WEB-INF/classes/net/mingsoft/config/,WEB-INF/classes/net/mingsoft/*.class</packagingExcludes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-release-plugin</artifactId>
|