This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 7692887 Add Maven wrapper files to source distribution
7692887 is described below
commit 7692887d739fb71b19722cba807f9ee54d3b4a58
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Feb 8 14:04:22 2021 +0000
Add Maven wrapper files to source distribution
---
CHANGES.md | 3 ++-
src/assembly/src.xml | 6 ++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 4099664..876d46d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,7 +17,8 @@
- Include the `javax.resource` package in the EE profile (ebourg)
- Fix [#7](https://github.com/apache/tomcat-jakartaee-migration/issues/7).
Include the `javax.jms` package in the EE profile (alitokmen/mgirgorov)
- Make `migrate.sh` work from any path (mgrigorov)
-- Add a new option `-zipInMemory` that processes archives (ZIP, JAR, WAR,
etc.) in memory rather via a streaming approach. While less efficient, it
allows archives to be processed when their structure means that a streaming
approach will fail.
+- Add a new option `-zipInMemory` that processes archives (ZIP, JAR, WAR,
etc.) in memory rather via a streaming approach. While less efficient, it
allows archives to be processed when their structure means that a streaming
approach will fail. (markt)
+- Include the Maven Wrapper source files in the source distribution. (markt)
## 0.1.0
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 2c66d86..1c5d9c1 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -35,5 +35,11 @@
<fileSet>
<directory>src</directory>
</fileSet>
+ <fileSet>
+ <directory>.mvn</directory>
+ <excludes>
+ <exclude>**/*.jar</exclude>
+ </excludes>
+ </fileSet>
</fileSets>
</assembly>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]