Skip to content

Commit

Permalink
updating doc generating, assembly, moved several important info files…
Browse files Browse the repository at this point in the history
… to the project root
  • Loading branch information
jexp committed Mar 14, 2011
1 parent bb261eb commit 5585605
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,19 +243,19 @@
<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>
<goals>
<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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/assembly/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5585605

Please sign in to comment.