You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/05/25 22:54:41 UTC

svn commit: r660030 - in /maven/sandbox/branches/MNG-2216/after: pom.xml src/main/resources/ src/main/resources/file.txt src/site/ src/site/apt/ src/site/apt/index-vm.apt.vm src/site/apt/index.apt

Author: hboutemy
Date: Sun May 25 13:54:40 2008
New Revision: 660030

URL: http://svn.apache.org/viewvc?rev=660030&view=rev
Log:
added tests for site and resources plugins

Added:
    maven/sandbox/branches/MNG-2216/after/src/main/resources/
    maven/sandbox/branches/MNG-2216/after/src/main/resources/file.txt   (with props)
    maven/sandbox/branches/MNG-2216/after/src/site/
    maven/sandbox/branches/MNG-2216/after/src/site/apt/
    maven/sandbox/branches/MNG-2216/after/src/site/apt/index-vm.apt.vm   (with props)
    maven/sandbox/branches/MNG-2216/after/src/site/apt/index.apt   (with props)
Modified:
    maven/sandbox/branches/MNG-2216/after/pom.xml

Modified: maven/sandbox/branches/MNG-2216/after/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/pom.xml?rev=660030&r1=660029&r2=660030&view=diff
==============================================================================
--- maven/sandbox/branches/MNG-2216/after/pom.xml (original)
+++ maven/sandbox/branches/MNG-2216/after/pom.xml Sun May 25 13:54:40 2008
@@ -14,7 +14,23 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.1-SNAPSHOT</version><!-- MCOMPILER-70 -->
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.3-SNAPSHOT</version><!-- MRESOURCES-57 -->
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-7-SNAPSHOT</version><!-- MSITE-314 -->
+      </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
   </build>
   <reporting>
     <plugins>

Added: maven/sandbox/branches/MNG-2216/after/src/main/resources/file.txt
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/src/main/resources/file.txt?rev=660030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/sandbox/branches/MNG-2216/after/src/main/resources/file.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/sandbox/branches/MNG-2216/after/src/site/apt/index-vm.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/src/site/apt/index-vm.apt.vm?rev=660030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/sandbox/branches/MNG-2216/after/src/site/apt/index-vm.apt.vm
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/sandbox/branches/MNG-2216/after/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/src/site/apt/index.apt?rev=660030&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/sandbox/branches/MNG-2216/after/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream