Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Sep 23, 2015
1 parent ae76107 commit 6c7f058
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
34 changes: 17 additions & 17 deletions modules/kontraktor-bare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<!-- this is used for inheritance merges -->
<phase>package</phase>
<!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<!--<artifactId>maven-assembly-plugin</artifactId>-->
<!--<configuration>-->
<!--<descriptorRefs>-->
<!--<descriptorRef>jar-with-dependencies</descriptorRef>-->
<!--</descriptorRefs>-->
<!--</configuration>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>make-assembly</id>-->
<!--&lt;!&ndash; this is used for inheritance merges &ndash;&gt;-->
<!--<phase>package</phase>-->
<!--&lt;!&ndash; bind to the packaging phase &ndash;&gt;-->
<!--<goals>-->
<!--<goal>single</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
</plugin>

</plugins>
Expand Down
38 changes: 19 additions & 19 deletions modules/kontraktor-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@
</executions>
</plugin>

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<!-- this is used for inheritance merges -->
<phase>package</phase>
<!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<artifactId>maven-assembly-plugin</artifactId>-->
<!--<configuration>-->
<!--<descriptorRefs>-->
<!--<descriptorRef>jar-with-dependencies</descriptorRef>-->
<!--</descriptorRefs>-->
<!--</configuration>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>make-assembly</id>-->
<!--&lt;!&ndash; this is used for inheritance merges &ndash;&gt;-->
<!--<phase>package</phase>-->
<!--&lt;!&ndash; bind to the packaging phase &ndash;&gt;-->
<!--<goals>-->
<!--<goal>single</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>

</build>
Expand Down
38 changes: 19 additions & 19 deletions modules/reactive-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@
</executions>
</plugin>

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<!-- this is used for inheritance merges -->
<phase>package</phase>
<!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<artifactId>maven-assembly-plugin</artifactId>-->
<!--<configuration>-->
<!--<descriptorRefs>-->
<!--<descriptorRef>jar-with-dependencies</descriptorRef>-->
<!--</descriptorRefs>-->
<!--</configuration>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>make-assembly</id>-->
<!--&lt;!&ndash; this is used for inheritance merges &ndash;&gt;-->
<!--<phase>package</phase>-->
<!--&lt;!&ndash; bind to the packaging phase &ndash;&gt;-->
<!--<goals>-->
<!--<goal>single</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>

</build>
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cd modules/kontraktor-bare
mvn clean package -Dmaven.test.skip=true gpg:sign
cd target
rm -r */
rm *-jar-with-dep*
jar -cf bundle.jar *
cd ..
mvn package -Dmaven.test.skip=true # rebuild fat jars
Expand All @@ -21,13 +22,12 @@ cd ../kontraktor-http

mvn clean package -Dmaven.test.skip=true gpg:sign
cd target
rm *-jar-with*
rm -r */
rm *-jar-with*
jar -cf bundle.jar *
cd ..
mvn install -Dmaven.test.skip=true # install


cd ../reactive-streams

mvn clean package -Dmaven.test.skip=true gpg:sign
Expand Down

0 comments on commit 6c7f058

Please sign in to comment.