Skip to content

Commit

Permalink
o Included tesla-concurrent-localrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
bentmann committed Sep 12, 2011
1 parent 81f4d77 commit c84b471
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
37 changes: 19 additions & 18 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@
<fileSet>
<directory>lib</directory>
<artifacts>
<artifact>org.apache.maven:maven-embedder</artifact>
<artifact>org.apache.maven.wagon:wagon-file</artifact>
<artifact>org.apache.maven:maven-embedder</artifact>
<artifact>org.apache.maven.wagon:wagon-file</artifact>
<artifact>org.sonatype.aether:aether-connector-wagon</artifact>
<artifact>org.sonatype.aether:aether-connector-file</artifact>
<artifact>org.eclipse.tesla.polyglot:tesla-polyglot-common</artifact>
<artifact>org.eclipse.tesla.polyglot:tesla-polyglot-atom</artifact>
</artifacts>
<artifact>org.eclipse.tesla.polyglot:tesla-polyglot-atom</artifact>
</artifacts>
<excludes>
<exclude>org.codehaus.plexus:plexus-classworlds</exclude>
<exclude>org.slf4j:slf4j-api</exclude>
Expand All @@ -124,24 +124,25 @@
<artifact>org.eclipse.tesla.shell.commands:tesla-shell-pom</artifact>
</artifacts>
<excludes>
<exclude>org.sonatype.gossip:gossip-bootstrap</exclude>
<exclude>org.sonatype.gossip:gossip-core</exclude>
<exclude>org.sonatype.gossip:gossip-slf4j</exclude>
<exclude>org.sonatype.gossip:gossip-bootstrap</exclude>
<exclude>org.sonatype.gossip:gossip-core</exclude>
<exclude>org.sonatype.gossip:gossip-slf4j</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>ext</directory>
<artifacts>
<artifact>org.sonatype.maven:wagon-ahc</artifact>
<artifact>org.sonatype.aether:aether-connector-asynchttpclient</artifact>
<artifact>org.sonatype.gossip:gossip-bootstrap</artifact>
<artifact>org.sonatype.gossip:gossip-core</artifact>
<artifact>org.sonatype.gossip:gossip-slf4j</artifact>
<artifact>org.slf4j:slf4j-api</artifact>
<artifact>org.eclipse.tesla:tesla-snapshot-purger</artifact>
<artifact>org.sonatype.maven:wagon-ahc</artifact>
<artifact>org.sonatype.aether:aether-connector-asynchttpclient</artifact>
<artifact>org.sonatype.gossip:gossip-bootstrap</artifact>
<artifact>org.sonatype.gossip:gossip-core</artifact>
<artifact>org.sonatype.gossip:gossip-slf4j</artifact>
<artifact>org.slf4j:slf4j-api</artifact>
<artifact>org.eclipse.tesla:tesla-snapshot-purger</artifact>
<artifact>org.eclipse.tesla:tesla-concurrent-localrepo</artifact>
</artifacts>
</fileSet>
</fileSets>
</fileSet>
</fileSets>
</fileSet>
<fileSet>
<directory>boot</directory>
Expand All @@ -154,7 +155,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -172,7 +173,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<profiles>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@
<artifactId>tesla-snapshot-purger</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.tesla</groupId>
<artifactId>tesla-concurrent-localrepo</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!--bootstrap-start-comment-->
<dependency>
<groupId>org.eclipse.tesla.shell</groupId>
Expand Down

0 comments on commit c84b471

Please sign in to comment.