Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pom.xml cruft; Partially resolves #111. #112

Merged
merged 1 commit into from
Nov 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 12 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project_name>${project.artifactId}</project_name>
<project_name>${project.artifactId}</project_name>
<project_organization>The Archives Unleashed Project</project_organization>
<scala.version>2.11.8</scala.version>
<hadoop.version>2.7.3</hadoop.version>
Expand Down Expand Up @@ -59,15 +59,6 @@
<id>maven</id>
<url>http://repo.maven.apache.org/maven2/</url>
</repository>
<repository>
<id>cloudera</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
<repository>
<id>internetarchive</id>
<name>Internet Archive Maven Repository</name>
<url>http://builds.archive.org:8080/maven2</url>
</repository>
</repositories>

<build>
Expand Down Expand Up @@ -186,13 +177,13 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
<check />
</configuration>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
<check />
</configuration>
</plugin>
<!-- for mycila -->
<plugin>
Expand Down Expand Up @@ -229,7 +220,7 @@
</execution>
</executions>
</plugin>
<!-- So we can release aut -->
<!-- So we can release aut -->
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>${release.plugin.version}</version>
Expand Down Expand Up @@ -404,7 +395,7 @@
</configuration>
</plugin>
</plugins>
</reporting>
</reporting>

<dependencies>
<dependency>
Expand Down Expand Up @@ -460,11 +451,6 @@
<artifactId>jsoup</artifactId>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>org.netpreserve.openwayback</groupId>
<artifactId>openwayback-core</artifactId>
<version>2.0.0.BETA.2</version>
</dependency>
<dependency>
<groupId>org.netpreserve.commons</groupId>
<artifactId>webarchive-commons</artifactId>
Expand Down Expand Up @@ -602,7 +588,7 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</pluginRepositories>

<distributionManagement>
<site>
Expand All @@ -619,6 +605,6 @@
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</distributionManagement>

</project>