Skip to content

Commit

Permalink
push pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mehersam committed Nov 25, 2015
1 parent a2092d3 commit 198f206
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 275 deletions.
198 changes: 99 additions & 99 deletions core2/pom.xml
@@ -1,99 +1,99 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sbolstandard</groupId>
<artifactId>libSBOLj-parent</artifactId>
<version>2.0</version>
</parent>

<artifactId>libSBOLj</artifactId>

<properties>
<sbol-data.version>0.1.2</sbol-data.version>
</properties>


<packaging>jar</packaging>

<dependencies>
<!-- dependencies used by libSBOLj -->

<!-- test dependencies -->
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-core</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-examples</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-io-RDF</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-nativeSbol</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>withDependencies</shadedClassifierName>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<version>2.0</version>
</project>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sbolstandard</groupId>
<artifactId>libSBOLj-parent</artifactId>
<version>2.0</version>
</parent>

<artifactId>libSBOLj</artifactId>

<properties>
<sbol-data.version>0.1.2</sbol-data.version>
</properties>


<packaging>jar</packaging>

<dependencies>
<!-- dependencies used by libSBOLj -->

<!-- test dependencies -->
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-core</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-examples</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-io-RDF</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-nativeSbol</artifactId>
<version>${sbol-data.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>withDependencies</shadedClassifierName>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<version>2.0</version>
</project>

0 comments on commit 198f206

Please sign in to comment.