We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e264ba commit e9b3153Copy full SHA for e9b3153
2 files changed
backend/pom.xml
@@ -24,7 +24,7 @@
24
<groupId>dev.marco</groupId>
25
<artifactId>frontend</artifactId>
26
<version>0.1-SNAPSHOT</version>
27
- <type>war</type>
+ <type>jar</type>
28
</dependency>
29
</dependencies>
30
frontend/pom.xml
@@ -75,21 +75,6 @@
75
</execution>
76
</executions>
77
</plugin>
78
-
79
- <plugin>
80
- <groupId>org.apache.maven.plugins</groupId>
81
- <artifactId>maven-war-plugin</artifactId>
82
- <version>3.3.1</version>
83
- <configuration>
84
- <webResources>
85
- <resource>
86
- <directory>dist</directory>
87
- <targetPath>META-INF/resources</targetPath>
88
- </resource>
89
- </webResources>
90
- <failOnMissingWebXml>false</failOnMissingWebXml>
91
- </configuration>
92
- </plugin>
93
</plugins>
94
95
<resources>
0 commit comments