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

Valera V Harseko
23.37.2019 8d1cf33fe36036df1edd37d74f99e35d236a8a54
distributionManagement
4 files modified
50 ■■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
forgerock-parent @ a2dd8e 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml 2 ●●● patch | view | raw | blame | history
pom.xml 44 ●●●● patch | view | raw | blame | history
README.md
@@ -41,7 +41,7 @@
```bash
git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
mvn clean install -f OpenDJ/forgerock-parent
#mvn clean install -f OpenDJ/forgerock-parent
mvn clean install -f OpenDJ
```
forgerock-parent
@@ -1 +1 @@
Subproject commit a68615fa1447cf33766b732fa78cf2b629754740
Subproject commit a2dd8e0e36539b691ae1b5bc1691e5d06d58bf8d
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
@@ -48,7 +48,7 @@
            </plugin>
            <plugin>
                <groupId>com.savage7.maven.plugins</groupId>
                <groupId>org.openidentityplatform.commons</groupId>
                <artifactId>maven-external-dependency-plugin</artifactId>
                <version>0.6-SNAPSHOT</version>
                <inherited>false</inherited>
pom.xml
@@ -111,13 +111,45 @@
        <url>https://github.com/OpenIdentityPlatform/OpenDJ</url>
        <tag>HEAD</tag>
    </scm>
    <repositories>
        <repository>
            <id>ossrh-releases</id>
            <name>Sonatype OSS</name>
            <url>https://oss.sonatype.org/service/local/repositories/orgopenidentityplatform-1000/content/</url>
        </repository>
        <repository>
            <id>ossrh-snapshots</id>
            <name>Sonatype OSS Repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <snapshots><enabled>true</enabled></snapshots>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <id>ossrh-releases</id>
            <name>Sonatype OSS</name>
            <url>https://oss.sonatype.org/service/local/repositories/orgopenidentityplatform-1000/content/</url>
        </pluginRepository>
        <pluginRepository>
            <id>ossrh-snapshots</id>
            <name>Sonatype OSS Repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>
    <distributionManagement>
        <site>
            <id>forgerock.org</id>
            <name>OpenDJ Community</name>
            <url>${site.distribution.url}</url>
        </site>
        <repository>
            <id>ossrh</id>
            <name>Sonatype OSS Repository</name>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
        </repository>
        <snapshotRepository>
            <id>ossrh</id>
            <name>Sonatype OSS Repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>
<!--     <ciManagement> -->