Task #3771
Story #3770: member nodes want to be able to use libclient without having to rely on maven
create maven assembly configuration to build the archive
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_libclient_java
Target version:
Start date:
2013-05-17
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Rob Nahf over 11 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
maven assembly does include dependencies, but only after unpacking the .class files from their respective jars.
Trying this instead: http://stackoverflow.com/questions/3558459/maven-packaging-dependencies-alongside-project-jar
#2 Updated by Rob Nahf over 11 years ago
- Status changed from In Progress to Testing
- % Done changed from 20 to 90
added dependency exclusions to libclient_java pom, so that maven plugins and their dependencies aren't brought into the project.
still need to see if I can trim down some of the dependencies and get the javadocs into the assembly.
#3 Updated by Rob Nahf over 11 years ago
- Status changed from Testing to Closed
- % Done changed from 90 to 100
- translation missing: en.field_remaining_hours set to 0.0
used the copy-dependencies and custom assembly configuration to good effect.
#4 Updated by Rob Nahf over 11 years ago
- Target version changed from 2013.20-Block.3.2 to 2013.22-Block.3.3