Reorganize site to standard m2 layout (now there is no longer an m1 build)
- move/rename xdocs directory to site/xdoc - remove xdocs/images and xdocs/style directories - move xdocs/changes.xml to site/changes/changes.xml - correct changes.xml location in pom.xml - remove xdocs directory from assembly/src.xml - remove redundant conf directory git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@905854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9dbe765600
commit
23f3b90843
2
pom.xml
2
pom.xml
|
@ -472,7 +472,7 @@
|
|||
<artifactId>maven-changes-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<configuration>
|
||||
<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
|
||||
<xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath>
|
||||
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
|
|
|
@ -35,8 +35,5 @@
|
|||
<fileSet>
|
||||
<directory>src</directory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>xdocs</directory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
Manifest-Version: 1.0
|
||||
Package: org.apache.commons.lang
|
||||
Extension-Name: commons-lang
|
||||
Specification-Version: @version@
|
||||
Specification-Vendor: Apache Software Foundation
|
||||
Specification-Title: Commons Lang
|
||||
Implementation-Version: @version@
|
||||
Implementation-Vendor: Apache Software Foundation
|
||||
Implementation-Title: Commons Lang
|
||||
Implementation-Vendor-Id: org.apache
|
||||
X-Compile-Source-JDK: @compile.source@
|
||||
X-Compile-Target-JDK: @compile.target@
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
|
@ -1 +0,0 @@
|
|||
@import url("http://commons.apache.org/style/commons-maven.css");
|
Loading…
Reference in New Issue