You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by js...@apache.org on 2006/09/29 19:42:58 UTC

svn commit: r451360 - /maven/sandbox/plugins/pom.xml

Author: jstrachan
Date: Fri Sep 29 10:42:57 2006
New Revision: 451360

URL: http://svn.apache.org/viewvc?view=rev&rev=451360
Log:
added a little pom.xml for building the csharp plugins - we could maybe move the csharp plugins and a super pom to a child directory

Added:
    maven/sandbox/plugins/pom.xml   (with props)

Added: maven/sandbox/plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/plugins/pom.xml?view=auto&rev=451360
==============================================================================
--- maven/sandbox/plugins/pom.xml (added)
+++ maven/sandbox/plugins/pom.xml Fri Sep 29 10:42:57 2006
@@ -0,0 +1 @@
+<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugins-sandbox</artifactId>
    <packaging>pom</packaging>
    <version>1.0-SNAPSHOT</version>

    <modules>
        <module>maven-csharp-helper-plugin</module>
        <module>maven-csharp-lifecycle-plugin</module>
        <module>maven-csharp-package-plugin</module>
        <module>maven-csharp-source-plugin</module>
    </modules>

</project>
\ No newline at end of file

Propchange: maven/sandbox/plugins/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: maven/sandbox/plugins/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml