devonfw / maven-parent

Parent POM used for maven projects in devonfw
Apache License 2.0
0 stars 4 forks source link

WIP: proposal for CI-friendly usage with timestamp versions #1

Closed hohwille closed 4 years ago

hohwille commented 4 years ago

[INFO] Installing /projects/devon/workspaces/main/maven-parent/pom.xml to /Users/hohwille/.m2/repository/com/devonfw/maven-parent/2019.11.15.13.35.00-SNAPSHOT/maven-parent-2019.11.15.13.35.00-SNAPSHOT.pom

While this is fine for releases it is IMHO a problem with SNAPSHOTS during development accross repositories. So IMHO for the latter, we would need a fixed revision such as dev. WDYT?

vapadwal commented 4 years ago

@hohwille As discussed earlier I was comparing parent pom with our devon4j parent and below are my findings

       <groupId>org.owasp</groupId>
        <artifactId>dependency-check-maven</artifactId>
        <configuration>
          <failOnError>false</failOnError>
        </configuration>
hohwille commented 4 years ago

@vapadwal thanks for comparing parent POMs and giving this very helpful feedback. I created issue #2 for this in order to track it. There are some findings from you that we need to fix before a first release of this parent pom.

hohwille commented 4 years ago

I renamed this to WIP as this is just a vision but it does not work as expected. See also https://issues.apache.org/jira/browse/MNG-624

hohwille commented 4 years ago

IMHO a good idea but experiment failed due to maven gaps/bugs/restrictions. So I better close this.