|
|
|
@ -11,6 +11,24 @@ |
|
|
|
<packaging>jar</packaging> |
|
|
|
<name>JVLC - Core</name> |
|
|
|
<description>Java Bindings for VideoLAN - Core</description> |
|
|
|
<licenses> |
|
|
|
<license> |
|
|
|
<name>GPLv2</name> |
|
|
|
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url> |
|
|
|
</license> |
|
|
|
</licenses> |
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<descriptorRefs> |
|
|
|
<descriptorRef>jar-with-dependencies</descriptorRef> |
|
|
|
</descriptorRefs> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>com.jna</groupId> |
|
|
|
@ -29,9 +47,10 @@ |
|
|
|
<version>1.5.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-io</groupId> |
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
<version>1.3.2</version> |
|
|
|
<groupId>commons-io</groupId> |
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
<version>1.3.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<ciManagement> |
|
|
|
@ -56,4 +75,4 @@ |
|
|
|
</snapshots> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
</project> |
|
|
|
</project> |