You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/03/11 06:58:38 UTC

[isis-app-simpleapp] 03/03: fixes compile issue

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit 51e3640f917337e6d41a7fbc5a4c3becef3fb24c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Mar 10 07:11:48 2021 +0000

    fixes compile issue
---
 webapp-tests/pom.xml |  1 +
 webapp/pom.xml       | 10 +++-------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml
index 2cd1759..b6c2c95 100644
--- a/webapp-tests/pom.xml
+++ b/webapp-tests/pom.xml
@@ -94,6 +94,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>simpleapp-jdo-webapp</artifactId>
+            <scope>test</scope>
         </dependency>
 
         <!-- TESTING -->
diff --git a/webapp/pom.xml b/webapp/pom.xml
index f37455f..a4222e0 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -47,13 +47,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                    </execution>
-                </executions>
+                <configuration>
+                    <classifier>exec</classifier>
+                </configuration>
             </plugin>
         </plugins>
     </build>