Skip to content

Commit

Permalink
Fixed dist
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 5, 2016
1 parent 2cc6d03 commit 3de96ba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
10 changes: 10 additions & 0 deletions harvester/heritrix3/heritrix3-bundler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
<groupId>org.archive.heritrix</groupId>
<artifactId>heritrix-contrib</artifactId>
</dependency>


<dependency>
<groupId>is.landsbokasafn.crawl-rss</groupId>
<artifactId>crawl-rss</artifactId>
<version>0.0.1-SNAPSHOT</version>
<classifier>dist</classifier>
<type>zip</type>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
<outputDirectory>/</outputDirectory>
</dependencySet>

<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<includes>
<include>is.landsbokasafn.crawl-rss:crawl-rss:zip:dist</include>
</includes>
<unpack>true</unpack>
<outputDirectory>/</outputDirectory>
</dependencySet>

<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<includes>
Expand Down
5 changes: 0 additions & 5 deletions harvester/heritrix3/heritrix3-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>is.landsbokasafn.crawl-rss</groupId>
<artifactId>crawl-rss</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit 3de96ba

Please sign in to comment.