This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit 06ee81dc0b997ca6b9955dffe856fa74c4c3e55d Author: Mark Struberg <[email protected]> AuthorDate: Sun Sep 6 13:38:13 2020 +0200 update maven-assembly plugin to fix reactor behaviour for site --- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 48bac17..bf5df81 100644 --- a/pom.xml +++ b/pom.xml @@ -298,9 +298,6 @@ mvn process-classes -Dtest=false -Pjavadoc-profile --> <id>javadoc-profile</id> - <properties> - <skip-bin-assembly>true</skip-bin-assembly> - </properties> <build> <plugins> <plugin> @@ -1883,7 +1880,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.0</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
