Remove
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/20393b59 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/20393b59 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/20393b59 Branch: refs/heads/hadoop-rdf Commit: 20393b594b87f56178de7c98e425a283196d089e Parents: 63228de Author: Andy Seaborne <[email protected]> Authored: Mon Jan 5 18:09:41 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Mon Jan 5 18:09:41 2015 +0000 ---------------------------------------------------------------------- .../dependency-reduced-pom.xml | 93 -------------------- 1 file changed, 93 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/20393b59/jena-fuseki2/jena-fuseki-server/dependency-reduced-pom.xml ---------------------------------------------------------------------- diff --git a/jena-fuseki2/jena-fuseki-server/dependency-reduced-pom.xml b/jena-fuseki2/jena-fuseki-server/dependency-reduced-pom.xml deleted file mode 100644 index 270d99a..0000000 --- a/jena-fuseki2/jena-fuseki-server/dependency-reduced-pom.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <artifactId>jena-fuseki</artifactId> - <groupId>org.apache.jena</groupId> - <version>2.0.0-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>jena-fuseki-server</artifactId> - <name>Apache Jena Fuseki - Server Standalone Jar</name> - <version>2.0.0-SNAPSHOT</version> - <description>Fuseki server - combined jar with built-in webserver.</description> - <url>http://jena.apache.org/</url> - <licenses> - <license> - <name>Apache 2.0 License</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> - </license> - </licenses> - <organization> - <name>Apache Jena</name> - <url>http://jena.apache.org/</url> - </organization> - <build> - <plugins> - <plugin> - <artifactId>maven-shade-plugin</artifactId> - <version>2.1</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - </execution> - </executions> - <configuration> - <shadedArtifactAttached>false</shadedArtifactAttached> - <transformers> - <transformer> - <mainClass>org.apache.jena.fuseki.FusekiCmd</mainClass> - </transformer> - <transformer /> - <transformer /> - <transformer> - <addHeader>false</addHeader> - </transformer> - </transformers> - <filters> - <filter> - <artifact>*:*</artifact> - <excludes> - <exclude>META-INF/*.SF</exclude> - <exclude>META-INF/*.DSA</exclude> - <exclude>META-INF/*.RSA</exclude> - </excludes> - </filter> - </filters> - </configuration> - </plugin> - </plugins> - </build> - <repositories> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - </repository> - </repositories> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.11</version> - <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - <properties> - <this.root>${project.artifactId}-${project.version}</this.root> - <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format> - <build.time.xsd>${maven.build.timestamp}</build.time.xsd> - </properties> -</project> -
