Skip to content

Commit 9a1ff9c

Browse files
author
Niall Kegan Pemberton
committed
Move/rename "xdocs" directory to standard m2 "src/site/xdoc"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@932513 13f79535-47bb-0310-9956-ffa450edef68
1 parent f2c06c0 commit 9a1ff9c

23 files changed

Lines changed: 1 addition & 899 deletions

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<artifactId>maven-changes-plugin</artifactId>
215215
<version>2.0</version>
216216
<configuration>
217-
<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
217+
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
218218
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
219219
</configuration>
220220
<reportSets>

src/assembly/src.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@
3838
<fileSet>
3939
<directory>src</directory>
4040
</fileSet>
41-
<fileSet>
42-
<directory>xdocs</directory>
43-
</fileSet>
4441
</fileSets>
4542
</assembly>
File renamed without changes.

0 commit comments

Comments
 (0)