| | |
| | | <profiles> |
| | | <profile> |
| | | <id>packages</id> |
| | | <activation><activeByDefault>true</activeByDefault></activation> |
| | | <activation> |
| | | <file><exists>/bin/rpm</exists></file> |
| | | </activation> |
| | | <modules> |
| | | <module>opendj-rpm-standard</module> |
| | | </modules> |
| | | </profile> |
| | | <profile> |
| | | <id>packages2</id> |
| | | <activation> |
| | | <file><exists>/usr/bin/rpm</exists></file> |
| | | </activation> |
| | | <modules> |
| | | <module>opendj-rpm-standard</module> |
| | | </modules> |
| | | </profile> |
| | | <profile> |
| | | <id>packages3</id> |
| | | <activation> |
| | | <file><exists>/opt/local/bin/rpm</exists></file> |
| | | </activation> |
| | | <modules> |
| | | <module>opendj-rpm-standard</module> |
| | | </modules> |
| | |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>rpm-maven-plugin</artifactId> |
| | | <version>2.1.4</version> |
| | | <version>2.1.5</version> |
| | | <executions> |
| | | <execution> |
| | | <id>generate-rpm-package</id> |