|
@@ -44,6 +44,27 @@
|
|
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.codehaus.mojo</groupId>
|
|
|
+ <artifactId>rpm-maven-plugin</artifactId>
|
|
|
+ <version>2.0.1</version>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <!-- unbinds rpm creation from maven lifecycle -->
|
|
|
+ <phase>none</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>rpm</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ <configuration>
|
|
|
+ <copyright>2012, Apache Software Foundation</copyright>
|
|
|
+ <group>Development</group>
|
|
|
+ <disabled>true</disabled>
|
|
|
+ <description>Maven Recipe: RPM Package.</description>
|
|
|
+ <mappings/>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project>
|