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

vharseko
29.36.2019 6d482863349964558906b8daed71374908f80340
FIX v2 Failed to execute goal
org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install
(default-install) on project opendj-rpm-standard:
NoFileAssignedException: The packaging plugin for this project did not
assign a main file to the project but it has attachments. Change
packaging to 'pom'
4 files modified
19 ■■■■■ changed files
opendj-packages/opendj-deb/opendj-deb-standard/pom.xml 14 ●●●●● patch | view | raw | blame | history
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml 3 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-svr4/opendj-svr4-standard/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-deb/opendj-deb-standard/pom.xml
@@ -24,6 +24,7 @@
    </parent>
    <artifactId>opendj-deb-standard</artifactId>
    <packaging>pom</packaging>
    <name>OpenDJ Debian Standard Package</name>
    <description>
@@ -43,11 +44,6 @@
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-dependency-plugin</artifactId>
            </plugin>
@@ -62,6 +58,14 @@
            <plugin>
                <groupId>org.vafer</groupId>
                <artifactId>jdeb</artifactId>
                <configuration>
                    <skipPOMs>false</skipPOMs>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
@@ -25,9 +25,8 @@
    </parent>
    <artifactId>opendj-msi-standard</artifactId>
    <name>OpenDJ MSI Standard Package</name>
    <packaging>pom</packaging>
    <name>OpenDJ MSI Standard Package</name>
    <description>
        This module generates an OpenDJ MSI package.
opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml
@@ -24,6 +24,7 @@
    </parent>
    <artifactId>opendj-rpm-standard</artifactId>
    <packaging>pom</packaging>
    <name>OpenDJ RPM Standard Package</name>
    <description>
opendj-packages/opendj-svr4/opendj-svr4-standard/pom.xml
@@ -24,6 +24,7 @@
    </parent>
    <artifactId>opendj-svr4-sandard</artifactId>
    <packaging>pom</packaging>
    <name>OpenDJ SVR4 Standard Package</name>
    <packaging>pom</packaging>