Skip to content

Commit

Permalink
preparing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Nov 20, 2020
1 parent 671713b commit 3226024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
nb-configuration.xml
dependency-reduced-pom.xml
*.iml
.flattened-pom.xml
uber-pom.xml
.idea/
target/
25 changes: 7 additions & 18 deletions engine/jprol-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,32 +127,21 @@

<build>
<plugins>

<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
<version>1.0.3</version>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.5</version>
<configuration>
<removeDependencies>
<dependency>
<systemPath>*</systemPath>
</dependency>
</removeDependencies>
<remove>
<section>parent</section>
<section>modules</section>
<section>profiles/profile/modules</section>
</remove>
<removeSiblingDuplications>true</removeSiblingDuplications>
</configuration>
<executions>
<execution>
<phase>package</phase>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>upom</goal>
<goal>flatten</goal>
</goals>
<configuration>
<enforceInjecting>true</enforceInjecting>
<flattenMode>ossrh</flattenMode>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3226024

Please sign in to comment.