| | |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | </properties> |
| | | <!-- |
| | | <repositories> |
| | | <repository> |
| | | <!-- required for org.hyperic:sigar --> |
| | | // required for org.hyperic:sigar |
| | | <id>jboss-public-repository-group</id> |
| | | <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url> |
| | | </repository> |
| | | |
| | | </repositories> |
| | | --> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | |
| | | <!-- 要将源码放上去,需要加入这个插件 --> |
| | | <plugin> |
| | | <artifactId>maven-source-plugin</artifactId> |
| | | <version>2.1</version> |
| | | <version>2.2.1</version> |
| | | <configuration> |
| | | <attach>true</attach> |
| | | </configuration> |
| | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-javadoc-plugin</artifactId> |
| | | <version>2.7</version> |
| | | <version>2.9.1</version> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |