Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JVM default classloader assembly #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2013

  1. Added maven failsafe plugin to sonos-root.

    Added the Maven Failsafe Plugin to run Integration Tests.
    UnitTest which require external devices is moved to integration-test phase.
    Phylock committed Mar 15, 2013
    Configuration menu
    Copy the full SHA
    6b594f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2013

  1. Rewrote sonos-java dist assembly

    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"
    Phylock committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    df92a0f View commit details
    Browse the repository at this point in the history