File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
distribution/src/assembly Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments