Hi,
Thanks for checking this.
Very strange. I have a couple of theories - neither of which I think are
particularly likely:
1. The release build failed part way through due to an issue with my GPG
passphrase. I re-ran the release and it appeared to carry on from the
error but the bz2 file could be a result.
2. I upgraded the assembly plugin from 3.4.0 to 3.4.2
I've looked at the contents of the bz2 file and it is incomplete. The
Maven wrapper and the change-log are both missing.
While I'd like to get the release out ASAP (it is blocking 10.1.x and
10.0.x releases) I think I am going to do the following:
1. Review and merge PR #32 that I missed in 1.0.2
2. Roll a 1.0.3 release and see if the bz2 archive re-appears. If it
does, drop it from the Maven staging repo before I close it. I'll then
look at what is creating the bz2 file separately.
I'm going to leave the 1.0.2 release vote running for now just to give
me options but my expectation is that the 1.0.2 vote will be cancelled
in favour of 1.0.3.
Mark
On 05/09/2022 15:16, Konstantin Kolinko wrote:
Hi!
Not a showstopper, but some oddity.
Looking at Maven artifacts for release candidate of
Apache Tomcat migration tool for Jakarta EE 1.0.2
in maven staging repository,
I am curious why does there exist the following file:
"jakartaee-migration-1.0.2-src.tar.bz2"
The files:
https://repository.apache.org/content/repositories/orgapachetomcat-1386/org/apache/tomcat/jakartaee-migration/1.0.2/
1. There already exists "jakartaee-migration-1.0.2-src.tar.gz".
It is the first time I see a *.bz2 file in our distributions.
2. Looking at the source code,
I do not see where it comes from.
pom.xml:
[[[
<!-- NOTE: We don't need a groupId specification because the group is
org.apache.maven.plugins ...which is assumed by default.
-->
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.2</version>
<executions>
<execution>
<id>make-assembly</id>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<descriptors>
<descriptor>src/assembly/bin.xml</descriptor>
<descriptor>src/assembly/src.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
]]]
src/assembly/bin.xml:
src/assembly/src.xml:
both have the following:
[[[
<formats>
<format>tar.gz</format>
<format>zip</format>
</formats>
]]]
There is no "tar.bz2" above.
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org