Skip to content

Commit

Permalink
Revert "The classifier for test jars is now 'tests', not 'test-jar'"
Browse files Browse the repository at this point in the history
This reverts commit 9dbae1e.
  • Loading branch information
Marco Rietveld committed Oct 9, 2014
1 parent cf91b7e commit e6cf4a7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 36 deletions.
8 changes: 4 additions & 4 deletions dashboard-builder-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->

<!-- dashboard-commons -->
Expand All @@ -59,7 +59,7 @@
<groupId>org.jboss.dashboard-builder</groupId>
<artifactId>dashboard-commons</artifactId>
<version>${version.org.jbpm.dashboard-builder}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -92,7 +92,7 @@
<groupId>org.jboss.dashboard-builder</groupId>
<artifactId>dashboard-provider-api</artifactId>
<version>${version.org.jbpm.dashboard-builder}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -166,7 +166,7 @@
<groupId>org.jboss.dashboard-builder</groupId>
<artifactId>dashboard-displayer-api</artifactId>
<version>${version.org.jbpm.dashboard-builder}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions drools-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->
<dependency>
<groupId>org.drools</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<version>${version.org.drools}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -93,7 +93,7 @@
<groupId>org.drools</groupId>
<artifactId>drools-reteoo</artifactId>
<version>${version.org.drools}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -111,7 +111,7 @@
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>${version.org.drools}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-persistence-jpa</artifactId>
<type>tests</type>
<type>test-jar</type>
<version>${version.org.drools}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -292,7 +292,7 @@
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
<version>${version.org.drools}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion guvnor-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->
<dependency>
<groupId>org.guvnor</groupId>
Expand Down
31 changes: 12 additions & 19 deletions jbpm-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->
<!-- jbpm -->
<dependency>
Expand Down Expand Up @@ -72,9 +72,8 @@
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-persistence-jpa</artifactId>
<type>test-jar</type>
<version>${version.org.jbpm}</version>
<type>tests</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
Expand All @@ -98,12 +97,6 @@
<artifactId>jbpm-bpmn2</artifactId>
<version>${version.org.jbpm}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-bpmn2</artifactId>
<version>${version.org.jbpm}</version>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-bpmn2</artifactId>
Expand All @@ -113,7 +106,7 @@
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-bpmn2</artifactId>
<type>tests</type>
<type>test-jar</type>
<version>${version.org.jbpm}</version>
</dependency>
<dependency>
Expand All @@ -125,7 +118,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-runtime-manager</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -171,7 +164,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-kie-services</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -194,7 +187,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-core</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -251,7 +244,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-shared-services</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -297,7 +290,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-api</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -315,7 +308,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-cdi</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- jbpm ejb services -->
Expand All @@ -334,7 +327,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-api</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -352,7 +345,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-impl</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -370,7 +363,7 @@
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-client</artifactId>
<version>${version.org.jbpm}</version>
<type>tests</type>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion kie-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->

<!-- droolsjbpm-knowledge -->
Expand Down
2 changes: 1 addition & 1 deletion kie-uberfire-extensions-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->
<!-- Perspective Editor -->
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions optaplanner-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--
Declare all dependency versions. Do not declare <scope> or <optional>.
Each module should declare it's direct dependencies and possibly overwrite scope/optional.
Always declare the sources jar too and optionally the tests jar.
Always declare the sources jar too and optionally the test-jar.
-->
<dependency>
<groupId>org.optaplanner</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
<type>tests</type>
<type>test-jar</type>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-benchmark</artifactId>
<type>tests</type>
<type>test-jar</type>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-examples</artifactId>
<type>tests</type>
<type>test-jar</type>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit e6cf4a7

Please sign in to comment.