updating doc generating, assembly, moved several important info files to the project root

This commit is contained in:
Michael Hunger
2011-03-14 12:39:40 +01:00
parent bb261eb657
commit 5585605e70
5 changed files with 13 additions and 8 deletions

17
pom.xml
View File

@@ -243,6 +243,12 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
<inherited>false</inherited>
<configuration>
<descriptors>
<descriptor>${project.basedir}/src/assembly/distribution.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
<id>distribution</id>
@@ -250,12 +256,6 @@
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<descriptors>
<descriptor>${project.basedir}/src/assembly/distribution.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
</plugin>
@@ -298,6 +298,11 @@
<finalName>${dist.finalName}</finalName>
</build>
<repositories>
<repository>
<id>central</id>
<name>Maven Central</name>
<url>http://uk.maven.org/maven2</url>
</repository>
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>

View File

@@ -14,9 +14,9 @@
<fileSets>
<fileSet>
<!-- adds readme and other textfiles to the root of the distribution archive -->
<directory>src/main/resources</directory>
<directory>.</directory>
<includes>
<include>readme.txt</include>
<include>README.md</include>
<include>license.txt</include>
<include>notice.txt</include>
<include>changelog.txt</include>