Skip to content

Commit 5138cc2

Browse files
Pull a copy of ../xalan-test/** into source distribution.
1 parent 6fd607c commit 5138cc2

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

distribution/src/assembly/src.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ under the License.
114114
<include>**/stylebook/**</include>
115115
</includes>
116116
</fileSet>
117+
<fileSet>
118+
<directory>../..</directory>
119+
<outputDirectory>/</outputDirectory>
120+
<includes>
121+
<include>xalan-test/**</include>
122+
</includes>
123+
</fileSet>
117124
</fileSets>
118125

119126
</assembly>

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<!-- KNOWN ISSUES:
6-
"Production" tgz/zip files need to be copied to ant-like build/
7-
as temporary xalan-test integration
6+
Build should run some or all of xalan-test before that
7+
directory gets copied into the Source Release, so output files correctly
8+
report current build status. And arguably build should fail if we have
9+
new regressions. (Separate task: Rationalize/update regression vs.
10+
known-accepted handling in xalan-test.)
811
912
Footnote: To get dependency tree from a multi-module project, use the
1013
command "mvn compile dependency:tree" so everything is in scope.

xalan/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@
228228
</dependency>
229229

230230
<dependency>
231-
<groupId>regexp</groupId>
232-
<artifactId>regexp</artifactId>
233-
<version>1.3</version>
231+
<groupId>jakarta-regexp</groupId>
232+
<artifactId>jakarta-regexp</artifactId>
233+
<version>1.4</version>
234234
</dependency>
235235

236236
<!-- Test dependencies -->

0 commit comments

Comments
 (0)