Skip to content

Commit

Permalink
maven-assembly-plugin files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohlski committed Jun 24, 2020
1 parent 0c77aeb commit 55a5b29
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 76 deletions.
5 changes: 2 additions & 3 deletions bitrepository-alarm-service/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>

<formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>

<formats>
Expand Down
53 changes: 26 additions & 27 deletions bitrepository-client/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,32 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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>distribution</id>
<formats>
<format>tar.gz</format>
</formats>
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>
<formats>
<format>tar.gz</format>
</formats>

<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
<useTransitiveFiltering>true</useTransitiveFiltering>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<outputDirectory>bin</outputDirectory>
<fileMode>0740</fileMode>
<directoryMode>0740</directoryMode>
<directory>src/main/resources/scripts</directory>
</fileSet>
<fileSet>
<outputDirectory>conf</outputDirectory>
<fileMode>0740</fileMode>
<directoryMode>0740</directoryMode>
<directory>src/main/conf</directory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
<useTransitiveFiltering>true</useTransitiveFiltering>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<outputDirectory>bin</outputDirectory>
<fileMode>0740</fileMode>
<directoryMode>0740</directoryMode>
<directory>src/main/resources/scripts</directory>
</fileSet>
<fileSet>
<outputDirectory>conf</outputDirectory>
<fileMode>0740</fileMode>
<directoryMode>0740</directoryMode>
<directory>src/main/conf</directory>
</fileSet>
</fileSets>
</assembly>

5 changes: 2 additions & 3 deletions bitrepository-integration/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">

<id>quickstart</id>
<formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>tools</id>

<formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>

<formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>

<formats>
Expand Down
5 changes: 2 additions & 3 deletions bitrepository-reference-pillar/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>

<formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@


<!-- Work in progress, creating zip distributable for running reference pillar tests. -->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>deploy</id>
<baseDirectory>.</baseDirectory>
<formats>
Expand Down
7 changes: 3 additions & 4 deletions bitrepository-reference-pillar/src/test/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@


<!-- Work in progress, creating zip distributable for running reference pillar tests. -->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>acceptance-test</id>

<formats>
Expand Down Expand Up @@ -66,7 +65,7 @@
</fileSet>
<fileSet>
<outputDirectory>bin</outputDirectory>
<directory>src/test/bin</directory>
<directory>src/test/bin</directory>
<directoryMode>0755</directoryMode>
<fileMode>0744</fileMode>
<filtered>true</filtered>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,22 @@


<!-- Work in progress, creating zip distributable for running reference pillar tests. -->
<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
http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 ">
<id>acceptance-test-deploy</id>
<baseDirectory>pillar-tests</baseDirectory>
<formats>
<format>tar.gz</format>
</formats>
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>acceptance-test-deploy</id>
<baseDirectory>pillar-tests</baseDirectory>
<formats>
<format>tar.gz</format>
</formats>

<fileSets>
<fileSet>
<outputDirectory>deploy</outputDirectory>
<directoryMode>0755</directoryMode>
<fileMode>0744</fileMode>
<directory>src/test/deploy</directory>
<filtered>true</filtered>
</fileSet>
</fileSets>
<fileSets>
<fileSet>
<outputDirectory>deploy</outputDirectory>
<directoryMode>0755</directoryMode>
<fileMode>0744</fileMode>
<directory>src/test/deploy</directory>
<filtered>true</filtered>
</fileSet>
</fileSets>
</assembly>

5 changes: 2 additions & 3 deletions bitrepository-webclient/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<http://www.gnu.org/licenses/lgpl-2.1.html>.
#L%
-->
<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">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>distribution</id>

<formats>
Expand Down

0 comments on commit 55a5b29

Please sign in to comment.