sgs-jar-resources-gpl-classpath
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.projectdarkstar.tools.build</groupId> <artifactId>sgs-jar-resources-gpl-classpath</artifactId> <version>1.1</version> </dependency>
<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"> <modelVersion>4.0.0</modelVersion> <!-- Inherit from the global SGS super POM --> <parent> <groupId>com.projectdarkstar</groupId> <artifactId>sgs</artifactId> <version>16</version> </parent> <groupId>com.projectdarkstar.tools.build</groupId> <artifactId>sgs-jar-resources-gpl-classpath</artifactId> <name>Project Darkstar Server GPL Classpath Exception License Bundle</name> <packaging>jar</packaging> <version>1.1</version> <description> Resource bundle of GPL + Classpath Exception License files for Project Darkstar. This package should be included using the remote-resources plugin to bundle a GPL + Classpath Exception license file into a jar. </description> <build> <plugins> <!-- Bundle the resources as remote resources --> <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> <goals> <goal>bundle</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <repositories> <repository> <id>java.net</id> <name>java.net Maven2 Repository</name> <url>http://download.java.net/maven/2/</url> <layout>default</layout> </repository> </repositories> </project>