MOve to standard Maven layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1298531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e57889f7fc
commit
8ffb78ec50
|
@ -44,16 +44,16 @@ limitations under the License.
|
||||||
<property name="component.title.full" value="Apache Commons Collections"/>
|
<property name="component.title.full" value="Apache Commons Collections"/>
|
||||||
|
|
||||||
<!-- The current version number of this component -->
|
<!-- The current version number of this component -->
|
||||||
<property name="component.version" value="3.3"/>
|
<property name="component.version" value="4.0-SNAPSHOT"/>
|
||||||
|
|
||||||
<!-- The base directory for component configuration files -->
|
<!-- The base directory for component configuration files -->
|
||||||
<property name="source.conf" value="src/conf"/>
|
<property name="source.conf" value="src/conf"/>
|
||||||
|
|
||||||
<!-- The base directory for component sources -->
|
<!-- The base directory for component sources -->
|
||||||
<property name="source.java" value="src/java"/>
|
<property name="source.java" value="src/main/java"/>
|
||||||
|
|
||||||
<!-- The base directory for unit test sources -->
|
<!-- The base directory for unit test sources -->
|
||||||
<property name="source.test" value="src/test"/>
|
<property name="source.test" value="src/test/java"/>
|
||||||
|
|
||||||
<!-- The directories for compilation targets -->
|
<!-- The directories for compilation targets -->
|
||||||
<property name="build.home" value="build"/>
|
<property name="build.home" value="build"/>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -389,8 +389,6 @@
|
||||||
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
|
||||||
<testSourceDirectory>src/test</testSourceDirectory>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@ -431,8 +429,8 @@
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/assembly/bin.xml</descriptor>
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
||||||
<descriptor>src/assembly/src.xml</descriptor>
|
<descriptor>src/main/assembly/src.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
<tarLongFileMode>gnu</tarLongFileMode>
|
<tarLongFileMode>gnu</tarLongFileMode>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue