Phillip Webb
355f63892d
Unify versions in POMs started by the invoker
...
Unify the versions used in integration tests launched by the
maven-invoker-plugin. Allows for already cached local copies to be
used, hopefully speeding up the build.
12 years ago
Phillip Webb
695571ad0b
Unify versions in POMs started by the invoker
...
Unify the versions used in integration tests launched by the
maven-invoker-plugin. Allows for already cached local copies to be
used, hopefully speeding up the build.
12 years ago
Phillip Webb
d4d3ffa93c
Unify versions in POMs started by the invoker
...
Unify the versions used in integration tests launched by the
maven-invoker-plugin. Allows for already cached local copies to be
used, hopefully speeding up the build.
12 years ago
Dave Syer
689eb3e148
Add URLs from parent classloader in executable jar
...
$ (cd spring-boot-tools; mvn clean install -DskipTests=true)
$ (cd spring-boot-samples/spring-boot-sample-simple/; mvn clean package)
$ java -jar spring-boot-samples/spring-boot-sample-simple/target/spring-boot-sample-simple-1.1.0.BUILD-SNAPSHOT.jar
(vanilla executable jar archive: works)
$ java -cp spring-boot-samples/spring-boot-sample-simple/target/spring-boot-sample-simple-1.1.0.BUILD-SNAPSHOT.jar:spring-boot-tools/spring-boot-loader/src/test/resources/jars/app.jar org.springframework.boot.loader.JarLauncher
(jar archive plus vanilla plugin: works)
$ (cd spring-boot-samples/spring-boot-sample-simple/target; rm -rf app && mkdir $_ && cd $_ && jar -xf ../*.jar)
$ java -cp spring-boot-samples/spring-boot-sample-simple/target/app/ org.springframework.boot.loader.JarLauncher
(exploded directory: works)
$ java -cp spring-boot-tools/spring-boot-loader/s:spring-boot-tools/spring-boot-loader/src/test/resources/jars/app.jar org.springframework.boot.loader.JarLauncher
(exploded directory with plugin jar: works)
Potential fix for gh-529
12 years ago
Phillip Webb
488b03387f
Polish POM formatting
12 years ago
Phillip Webb
853b0a8027
Fix some maven warnings
12 years ago
Phillip Webb
b772f7c2e4
Polish
...
Minor formatting and consistent copyright header.
12 years ago
Phillip Webb
c999541fd3
Set source/target version to 1.6 for int. tests
13 years ago
Dave Syer
19a880dff6
Move tools modules under spring-boot-tools
13 years ago