Skip to content

Conversation

@Phylock
Copy link

@Phylock Phylock commented Apr 30, 2013

Hi Serge

I looked into the issue I had with the classloader, mentioned here #8 (comment)
This pull request provide a more maven oriented solution.

As mentioned in the commit messages the result of this is that "mvn clean dependency:copy-dependencies install assembly:assembly -Dmaven.test.skip=true"
can be replaced with a "mvn clean package" command. This is, if both commits are accepted. This is only a change for the sonos-java destribution, and no files is removed from the result.

cheers
Phylock

Phylock added 2 commits March 15, 2013 23:05
Added the Maven Failsafe Plugin to run Integration Tests.
UnitTest which require external devices is moved to integration-test phase.
Rewrote sonos-java assembly to include all dependencies(including itself)
in the lib directory, and the launcher to the root directory.
No need for "mvn clean dependency:copy-dependencies install assembly:assembly -Dmaven.test.skip=true"
anymore, it is now done with "mvn clean package".

changes in manifest:
- Addded classpath "same as sonos-java.*.jar"
- Mainclass changed to "org.tensin.sonos.commander.CLIController"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant