Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add assembly file.
  • Loading branch information
bdferris committed Jan 30, 2012
1 parent 1c56116 commit 572948a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assembly.xml
@@ -0,0 +1,17 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>rpm</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<includes>
<include>*.rpm</include>
</includes>
<directory>target/rpm/onebusaway-gtfs-realtime-from-nextbus-cli/RPMS/noarch</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 572948a

Please sign in to comment.