You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by kw...@apache.org on 2022/12/27 09:06:56 UTC

[jackrabbit-oak] branch bugfix/attach-correct-artifact created (now a2c2def3ac)

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

kwin pushed a change to branch bugfix/attach-correct-artifact
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at a2c2def3ac OAK-10051 attach correct artifact

This branch includes the following new commits:

     new a2c2def3ac OAK-10051 attach correct artifact

The 1 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.



[jackrabbit-oak] 01/01: OAK-10051 attach correct artifact

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch bugfix/attach-correct-artifact
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit a2c2def3acc1b9cd2f5e2545e47afbcdf249da4a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 27 10:06:48 2022 +0100

    OAK-10051 attach correct artifact
    
    Use the one from m-assembly-p instead of the one from m-jar-p
---
 oak-run-elastic/pom.xml | 1 -
 oak-run/pom.xml         | 1 -
 2 files changed, 2 deletions(-)

diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index e587dd6558..f7bccbbf31 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -82,7 +82,6 @@
                             <goal>single</goal>
                         </goals>
                         <configuration>
-                            <attach>false</attach>
                             <descriptors>
                                 <descriptor>src/main/assembly/oak-run-elastic.xml</descriptor>
                             </descriptors>
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index 2a78e9d4ab..e2c5aed8ba 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -104,7 +104,6 @@
               <goal>single</goal>
             </goals>
             <configuration>
-              <attach>false</attach>
               <descriptors>
                 <descriptor>src/main/assembly/oak-run.xml</descriptor>
               </descriptors>