Skip to content

Commit

Permalink
JENA-1118: bringing back the SDB distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Jan 18, 2016
1 parent ca5f09d commit f0217ef
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jena-sdb/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@

<files>
<file>
<source>dist/LICENSE</source>
<source>LICENSE</source>
<destName>LICENSE</destName>
</file>
<file>
<source>dist/NOTICE</source>
<source>NOTICE</source>
<destName>NOTICE</destName>
</file>
</files>
Expand Down
21 changes: 21 additions & 0 deletions jena-sdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,27 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>
<id>create-distribution</id>
<phase>package</phase>
<goals><goal>single</goal></goals>
<configuration>
<descriptors>
<descriptor>assembly.xml</descriptor>
</descriptors>
<tarLongFileFormat>gnu</tarLongFileFormat>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit f0217ef

Please sign in to comment.