Author: lehmi Date: Thu Jul 18 06:06:36 2024 New Revision: 1919341 URL: http://svn.apache.org/viewvc?rev=1919341&view=rev Log: PDFBOX-5789: restore 2.0.30 release configuration
Modified: pdfbox/branches/2.0/pom.xml Modified: pdfbox/branches/2.0/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pom.xml?rev=1919341&r1=1919340&r2=1919341&view=diff ============================================================================== --- pdfbox/branches/2.0/pom.xml (original) +++ pdfbox/branches/2.0/pom.xml Thu Jul 18 06:06:36 2024 @@ -116,9 +116,6 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> - <useReleaseProfile>false</useReleaseProfile> - <goals>deploy</goals> - <arguments>-Papache-release,pedantic</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> @@ -348,6 +345,8 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>2.6</version> + <inherited>false</inherited> <executions> <execution> <goals> @@ -356,23 +355,17 @@ <phase>package</phase> <configuration> <finalName>pdfbox-${project.version}</finalName> - <skipAssembly>false</skipAssembly> <descriptors> <descriptor>assembly.xml</descriptor> </descriptors> </configuration> </execution> - <execution> - <id>source-release-assembly</id> - <configuration> - <skipAssembly>true</skipAssembly> - </configuration> - </execution> </executions> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>3.1.0</version> + <inherited>false</inherited> <executions> <execution> <goals> @@ -380,7 +373,7 @@ </goals> <phase>deploy</phase> <configuration> - <target name="prepare-release"> + <target> <mkdir dir="${basedir}/target/${project.version}" /> <copy todir="${basedir}/target/${project.version}" flatten="true"> <fileset dir="${basedir}">