You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/07 21:52:08 UTC

svn commit: r1429999 - /maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml

Author: olamy
Date: Mon Jan  7 20:52:07 2013
New Revision: 1429999

URL: http://svn.apache.org/viewvc?rev=1429999&view=rev
Log:
add it test with
<doapOptions>
  ...
  <shortdesc>${project.description}</shortdesc>
  ...
</doapOptions>

Modified:
    maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml

Modified: maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml?rev=1429999&r1=1429998&r2=1429999&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml Mon Jan  7 20:52:07 2013
@@ -103,6 +103,7 @@ under the License.
             <programmingLanguage>java</programmingLanguage>
             <category>build-management</category>
             <downloadPage>${project.url}/downloads</downloadPage>
+            <shortdesc>${project.description}</shortdesc>
           </doapOptions>
           <asfExtOptions>
            <charter>World Domination</charter>