mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
20.42.2018 22c83cd443621299e0db82db4e148b8b9580d880
test rpm installed profile
2 files modified
25 ■■■■■ changed files
.travis.yml 1 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-rpm/pom.xml 24 ●●●●● patch | view | raw | blame | history
.travis.yml
@@ -5,6 +5,7 @@
    jdk: openjdk8
    before_deploy: 
      - echo 'before_deploy'
      - sudo apt-get install -y rpm
      - git config --local user.name "OpenIdentityPlatform Community"
      - git config --local user.email "open-identity-platform-opendj@googlegroups.com"
      - git tag "$git_version"
opendj-packages/opendj-rpm/pom.xml
@@ -31,7 +31,27 @@
    <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>
@@ -111,7 +131,7 @@
                <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>