Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c1cfe92a
Commit
c1cfe92a
authored
Jul 27, 2008
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jvlc: maven assembly plugin config added
parent
72e25cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
4 deletions
+23
-4
bindings/java/core/pom.xml
bindings/java/core/pom.xml
+23
-4
No files found.
bindings/java/core/pom.xml
View file @
c1cfe92a
...
...
@@ -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>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment