Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > a28a9861fd0cc481d31c7240712f0140 > files > 5

xsite-1.0-alt1_0.b9.1jpp1.7.src.rpm

--- xsite-distribution/pom.xml.sav	2007-07-07 17:57:30.000000000 +0200
+++ xsite-distribution/pom.xml	2007-07-17 12:05:04.000000000 +0200
@@ -33,6 +33,7 @@
       <plugin>
         <groupId>org.codehaus.xsite</groupId>
         <artifactId>xsite-maven-plugin</artifactId>
+        <version>${pom.version}</version>
         <configuration>
           <sourceDirectoryPath>${basedir}/src/site</sourceDirectoryPath>
           <sitemapPath>content/sitemap.xml</sitemapPath>
@@ -76,6 +77,7 @@
           </execution>
         </executions>
       </plugin>
+<!--
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.1</version>
@@ -84,7 +86,7 @@
             <id>bin</id>
             <phase>install</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -98,7 +100,7 @@
             <id>src</id>
             <phase>install</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -110,6 +112,7 @@
           </execution>
         </executions>
       </plugin>
+-->
     </plugins>
   </build>
 
@@ -120,4 +123,4 @@
     </site>
   </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>