diff --git a/.circleci/config.yml b/.circleci/config.yml index 74eb985..3b53085 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,16 +28,9 @@ jobs: - ~/.m2 key: v-{{ checksum "/tmp/checksum.txt" }} - - run: mvn clean install surefire-report:report + - run: mvn clean install + + - run: mvn -f drift-sample/drift-sample-springboot/pom.xml spring-boot:repackage - - run: mvn site - - - store_artifacts: - path: drift-core/target/site - - - store_artifacts: - path: drift-core/target/drift-core-0.0.2-SNAPSHOT.jar - - store_artifacts: - path: drift-server/target/drift-server-0.0.2-SNAPSHOT.jar - \ No newline at end of file + path: drift-sample/drift-sample-springboot/target/drift-sample-springboot-0.0.2-SNAPSHOT.jar diff --git a/drift-sample/drift-sample-springboot/pom.xml b/drift-sample/drift-sample-springboot/pom.xml index 0578b74..aa99c03 100644 --- a/drift-sample/drift-sample-springboot/pom.xml +++ b/drift-sample/drift-sample-springboot/pom.xml @@ -33,4 +33,36 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + spring-boot + com.acme.RunAcmeDriftServer + + + + + + + + \ No newline at end of file diff --git a/drift-sample/drift-sample-springboot/src/main/assembly/assembly.xml b/drift-sample/drift-sample-springboot/src/main/assembly/assembly.xml new file mode 100644 index 0000000..e69de29