You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2020/09/06 11:38:48 UTC

[openjpa] branch master updated (8f3e1bc -> 06ee81d)

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.


    from 8f3e1bc  make derby Driver optional
     new 3dfaba8  add all logs to ignore
     new 06ee81d  update maven-assembly plugin to fix reactor behaviour for site

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 3 +--
 pom.xml    | 5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)


[openjpa] 01/02: add all logs to ignore

Posted by st...@apache.org.
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 3dfaba893ac06ff35663bfb469bd9337e4047c40
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Sep 6 13:37:58 2020 +0200

    add all logs to ignore
---
 .gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7df2946..bb0183f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,7 @@
 .project
 .classpath
 target
-velocity.log
-derby.log
+*.log
 *.iml
 dependency-reduced-pom.xml
 .idea


[openjpa] 02/02: update maven-assembly plugin to fix reactor behaviour for site

Posted by st...@apache.org.
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 <st...@apache.org>
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>