Author: lehmi
Date: Wed Nov  1 18:52:27 2023
New Revision: 1913510

URL: http://svn.apache.org/viewvc?rev=1913510&view=rev
Log:
PDFBOX-5660: remove no longer needed excludes

Modified:
    pdfbox/branches/2.0/assembly.xml
    pdfbox/branches/2.0/pom.xml

Modified: pdfbox/branches/2.0/assembly.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/assembly.xml?rev=1913510&r1=1913509&r2=1913510&view=diff
==============================================================================
--- pdfbox/branches/2.0/assembly.xml (original)
+++ pdfbox/branches/2.0/assembly.xml Wed Nov  1 18:52:27 2023
@@ -26,10 +26,6 @@
       <excludes>
         <exclude>**/target/**</exclude>
         <exclude>**/.*/**</exclude>
-        <exclude>pdfbox/bin/**</exclude>
-        <exclude>pdfbox/download/**</exclude>
-        <exclude>pdfbox/external/**</exclude>
-        <exclude>pdfbox/tools/**</exclude>
       </excludes>
     </fileSet>
   </fileSets>

Modified: pdfbox/branches/2.0/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pom.xml?rev=1913510&r1=1913509&r2=1913510&view=diff
==============================================================================
--- pdfbox/branches/2.0/pom.xml (original)
+++ pdfbox/branches/2.0/pom.xml Wed Nov  1 18:52:27 2023
@@ -345,6 +345,7 @@
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <version>2.6</version>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <goals>
@@ -363,8 +364,10 @@
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <version>3.1.0</version>
+            <inherited>false</inherited>
             <executions>
               <execution>
+                <id>apache-release</id>
                 <goals>
                   <goal>run</goal>
                 </goals>


Reply via email to