Skip to content

Commit

Permalink
METAGEN-4
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik authored and stliu committed Nov 11, 2013
1 parent 787359a commit 443ae2d
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 84 deletions.
11 changes: 1 addition & 10 deletions tooling/metamodel-generator/pom.xml
Expand Up @@ -236,15 +236,6 @@
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>site</phase>
<goals>
<goal>assembly</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -254,7 +245,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<remoteTagging>true</remoteTagging>
<goals>package deploy</goals>
<goals>package deploy javadoc:javadoc org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:resources org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:generate assembly:assembly</goals>
</configuration>
</plugin>
<plugin>
Expand Down
24 changes: 4 additions & 20 deletions tooling/metamodel-generator/src/main/assembly/dist.xml
Expand Up @@ -22,7 +22,6 @@
<id>dist</id>
<formats>
<format>tar.gz</format>
<format>tar.bz2</format>
<format>zip</format>
</formats>

Expand All @@ -34,22 +33,6 @@
</dependencySet>
</dependencySets>

<files>
<file>
<source>readme.txt</source>
<outputDirectory>/</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>license.txt</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>issues.txt</source>
<outputDirectory>/</outputDirectory>
</file>
</files>

<fileSets>
<fileSet>
<directory>target</directory>
Expand All @@ -66,16 +49,17 @@
<directory>target/site/apidocs</directory>
<outputDirectory>docs/api</outputDirectory>
</fileSet>
<fileSet>
<directory>target/docbook/publish</directory>
<outputDirectory>docs/reference</outputDirectory>
</fileSet>
<fileSet>
<directory>.</directory>
<outputDirectory/>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>*.txt</exclude>
<exclude>**/target/**</exclude>
<exclude>*.iml</exclude>
</excludes>
</fileSet>
</fileSets>

</assembly>

0 comments on commit 443ae2d

Please sign in to comment.