Skip to content

Commit

Permalink
Remove special treatment of type=java-source dependencies
Browse files Browse the repository at this point in the history
This can be done easily using dependency:unpack-dependencies.
  • Loading branch information
tbroyer committed Jul 14, 2015
1 parent a15cc73 commit ee08636
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 445 deletions.
2 changes: 1 addition & 1 deletion src/it/e2e/e2e-model-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>e2e-model</artifactId>
<version>${project.version}</version>
<type>java-source</type>
<classifier>sources</classifier>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/it/e2e/e2e-shared-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0</version>
</parent>

<!-- This module is not strictly needed, e2e-client could just depend on shared:jar and shared:java-source but we test transitive dependencies -->
<!-- This module is not strictly needed, e2e-client could just depend on shared:jar and shared:jar:sources but we test transitive dependencies -->
<artifactId>e2e-shared-gwt</artifactId>
<packaging>gwt-lib</packaging>

Expand All @@ -22,7 +22,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>e2e-shared</artifactId>
<version>${project.version}</version>
<type>java-source</type>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
27 changes: 0 additions & 27 deletions src/it/import-sources-from-reactor/adapted-lib/pom.xml

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions src/it/import-sources-from-reactor/adapter-lib/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions src/it/import-sources-from-reactor/invoker.properties

This file was deleted.

18 changes: 0 additions & 18 deletions src/it/import-sources-from-reactor/pom.xml

This file was deleted.

39 changes: 0 additions & 39 deletions src/it/import-sources-from-reactor/postbuild.bsh

This file was deleted.

27 changes: 0 additions & 27 deletions src/it/import-sources/adapted-lib/pom.xml

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions src/it/import-sources/adapter-lib/pom.xml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/it/import-sources/adapter-lib/src/main/module.gwt.xml

This file was deleted.

2 changes: 0 additions & 2 deletions src/it/import-sources/invoker.properties

This file was deleted.

18 changes: 0 additions & 18 deletions src/it/import-sources/pom.xml

This file was deleted.

39 changes: 0 additions & 39 deletions src/it/import-sources/postbuild.bsh

This file was deleted.

Loading

0 comments on commit ee08636

Please sign in to comment.