mirror of https://github.com/apache/openjpa.git
update maven-assembly plugin to fix reactor behaviour for site
This commit is contained in:
parent
3dfaba893a
commit
06ee81dc0b
5
pom.xml
5
pom.xml
|
@ -298,9 +298,6 @@
|
||||||
mvn process-classes -Dtest=false -Pjavadoc-profile
|
mvn process-classes -Dtest=false -Pjavadoc-profile
|
||||||
-->
|
-->
|
||||||
<id>javadoc-profile</id>
|
<id>javadoc-profile</id>
|
||||||
<properties>
|
|
||||||
<skip-bin-assembly>true</skip-bin-assembly>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -1883,7 +1880,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.3.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue