diff --git a/helpapp/rest-service/target/classes/application.properties b/helpapp/rest-service/target/classes/application.properties deleted file mode 100644 index 4c00e40..0000000 --- a/helpapp/rest-service/target/classes/application.properties +++ /dev/null @@ -1 +0,0 @@ -server.port=8080 diff --git a/helpapp/rest-service/target/classes/insa/application/helpapp/rest/RestApplication.class b/helpapp/rest-service/target/classes/insa/application/helpapp/rest/RestApplication.class deleted file mode 100644 index fdfbad4..0000000 Binary files a/helpapp/rest-service/target/classes/insa/application/helpapp/rest/RestApplication.class and /dev/null differ diff --git a/helpapp/rest-service/target/maven-archiver/pom.properties b/helpapp/rest-service/target/maven-archiver/pom.properties deleted file mode 100644 index 2138542..0000000 --- a/helpapp/rest-service/target/maven-archiver/pom.properties +++ /dev/null @@ -1,3 +0,0 @@ -artifactId=rest-service -groupId=insa.application.helpapp -version=1.0-SNAPSHOT diff --git a/helpapp/rest-service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/helpapp/rest-service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 1fa70de..0000000 --- a/helpapp/rest-service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1 +0,0 @@ -insa/application/helpapp/rest/RestApplication.class diff --git a/helpapp/rest-service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/helpapp/rest-service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index ea7a2ce..0000000 --- a/helpapp/rest-service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -/home/yoboujon/Documents/GEI/service-architecture/helpapp/rest-service/src/main/java/insa/application/helpapp/rest/RestApplication.java diff --git a/helpapp/rest-service/target/rest-service-1.0-SNAPSHOT.jar b/helpapp/rest-service/target/rest-service-1.0-SNAPSHOT.jar deleted file mode 100644 index c76de09..0000000 Binary files a/helpapp/rest-service/target/rest-service-1.0-SNAPSHOT.jar and /dev/null differ diff --git a/helpapp/soap-service/target/classes/application.properties b/helpapp/soap-service/target/classes/application.properties deleted file mode 100644 index e69de29..0000000 diff --git a/helpapp/soap-service/target/maven-archiver/pom.properties b/helpapp/soap-service/target/maven-archiver/pom.properties deleted file mode 100644 index 32e12e4..0000000 --- a/helpapp/soap-service/target/maven-archiver/pom.properties +++ /dev/null @@ -1,3 +0,0 @@ -artifactId=producing-web-service-complete -groupId=com.example -version=0.0.1-SNAPSHOT diff --git a/helpapp/soap-service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/helpapp/soap-service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index c7ccf0b..0000000 --- a/helpapp/soap-service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,10 +0,0 @@ -com/example/producingwebservice/ProducingWebServiceApplication.class -com/example/producingwebservice/WebServiceConfig.class -com/example/producingwebservice/CountryRepository.class -io/spring/guides/gs_producing_web_service/GetCountryResponse.class -io/spring/guides/gs_producing_web_service/package-info.class -com/example/producingwebservice/CountryEndpoint.class -io/spring/guides/gs_producing_web_service/GetCountryRequest.class -io/spring/guides/gs_producing_web_service/ObjectFactory.class -io/spring/guides/gs_producing_web_service/Currency.class -io/spring/guides/gs_producing_web_service/Country.class diff --git a/helpapp/soap-service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/helpapp/soap-service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 0fcd3a3..0000000 --- a/helpapp/soap-service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,10 +0,0 @@ -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/src/main/java/com/example/producingwebservice/CountryEndpoint.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/src/main/java/com/example/producingwebservice/CountryRepository.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/src/main/java/com/example/producingwebservice/ProducingWebServiceApplication.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/src/main/java/com/example/producingwebservice/WebServiceConfig.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/target/generated-sources/jaxb/io/spring/guides/gs_producing_web_service/Country.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/target/generated-sources/jaxb/io/spring/guides/gs_producing_web_service/Currency.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/target/generated-sources/jaxb/io/spring/guides/gs_producing_web_service/GetCountryRequest.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/target/generated-sources/jaxb/io/spring/guides/gs_producing_web_service/GetCountryResponse.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/target/generated-sources/jaxb/io/spring/guides/gs_producing_web_service/ObjectFactory.java -/home/yoboujon/Documents/GEI/service-architecture/helpapp/soap-service/target/generated-sources/jaxb/io/spring/guides/gs_producing_web_service/package-info.java