reportSet>
¡¡¡¡¡¡¡¡ </reportSets>
¡¡¡¡¡¡ </plugin>
¡¡¡¡ </plugins>
¡¡ </reporting>
mavenÅäÖÃƪ֮pom.xml(9)
ʱ¼ä:2011-06-25 BlogJava ÏÐÈËÒ°¾Ó
¸ü¶àµÄÏîÄ¿ÐÅÏ¢
name:ÏîÄ¿³ýÁËartifactIdÍ⣬¿ÉÒÔ¶¨Òå¶à¸öÃû³Æ
description: ÏîÄ¿ÃèÊö
url: ÏîÄ¿url
inceptionYear:´´Ê¼Äê·Ý
Licenses
<licenses>
¡¡ <license>
¡¡¡¡ <name>Apache 2</name>
¡¡¡¡ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
¡¡¡¡ <distribution>repo</distribution>
¡¡¡¡ <comments>A business-friendly OSS license</comments>
¡¡ </license>
</licenses>
Organization
ÅäÖÃ×éÖ¯ÐÅÏ¢
¡¡<organization>
¡¡¡¡ <name>Codehaus Mojo</name>
¡¡¡¡ <url>http://mojo.codehaus.org</url>
¡¡ </organization>
Developers
ÅäÖÿª·¢ÕßÐÅÏ¢
<developers>
¡¡¡¡ <developer>
¡¡¡¡¡¡ <id>eric</id>
¡¡¡¡¡¡ <name>Eric</name>
¡¡¡¡¡¡ <email>eredmond@codehaus.org</email>
¡¡¡¡¡¡ <url>http://eric.propellors.net</url>
¡¡¡¡¡¡ <organization>Codehaus</organization>
¡¡¡¡¡¡ <organizationUrl>http://mojo.codehaus.org</organizationUrl>
¡¡¡¡¡¡ <roles>
¡¡¡¡¡¡¡¡ <role>architect</role>
¡¡¡¡¡¡¡¡ <role>developer</role>
¡¡¡¡¡¡ </roles>
¡¡¡¡¡¡ <timezone>-6</timezone>
¡¡¡¡¡¡ <properties>
¡¡¡¡¡¡¡¡ <picUrl>http://tinyurl.com/prv4t</picUrl>
¡¡¡¡¡¡ </properties>
¡¡¡¡ </developer>
¡¡ </developers>
mavenÅäÖÃƪ֮pom.xml(10)
ʱ¼ä:2011-06-25 BlogJava ÏÐÈËÒ°¾Ó
Contributors
¡¡<contributors>
¡¡¡¡ <contributor>
¡¡¡¡¡¡ <name>Noelle</name>
¡¡¡¡¡¡ <email>some.name@gmail.com</email>
¡¡¡¡¡¡ <url>http://noellemarie.com</url>
¡¡¡¡¡¡ <organization>Noelle Marie</organization>
¡¡¡¡¡¡ <organizationUrl>http://noellemarie.com</organizationUrl>
¡¡¡¡¡¡ <roles>
¡¡¡¡¡¡¡¡ <role>tester</role>
¡¡¡¡¡¡ </roles>
¡¡¡¡¡¡ <timezone>-5</timezone>
¡¡¡¡¡¡ <properties>
¡¡¡¡¡¡¡¡ <gtalk>some.name@gmail.com</gtalk>
¡¡¡¡¡¡ </properties>
¡¡¡¡ </contributor>
¡¡ </contributors>
»·¾³ÉèÖÃ
Issue Management
¶¨ÒåÏà¹ØµÄbug¸ú×Ùϵͳ£¬Èçbugzilla,testtrack,clearQuestµÈ
¡¡<issueManagement>
¡¡¡¡ <system>Bugzilla</system>
¡¡¡¡ <url>http://127.0.0.1/bugzilla</url>
¡¡ </issueManagement>
Continuous Integration Management
Á¬ÐøÕûºÏ¹ÜÀí£¬»ùÓÚtriggers»òÕßtimings
¡¡<ciManagement>
¡¡¡¡ <system>continuum</system>
¡¡¡¡ <url>http://127.0.0.1:8080/continuum</url>
¡¡¡¡ <notifiers>
¡¡¡¡¡¡ <notifier>
¡¡¡¡¡¡¡¡ <type>mail</type>
¡¡¡¡¡¡¡¡ <sendOnError>true</sendOnError>
¡¡¡¡¡¡¡¡ <sendOnFailure>true</sendOnFailure>
¡¡¡¡¡¡¡¡ <sendOnSuccess>false</sendOnSuccess>
¡¡¡¡¡¡¡¡ <sendOnWarning>false</sendOnWarning>
¡¡¡¡¡¡¡¡ <configuration><addr
|