Skip to content

Commit e9b3153

Browse files
committed
switched from war to jar
1 parent 9e264ba commit e9b3153

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>dev.marco</groupId>
2525
<artifactId>frontend</artifactId>
2626
<version>0.1-SNAPSHOT</version>
27-
<type>war</type>
27+
<type>jar</type>
2828
</dependency>
2929
</dependencies>
3030

frontend/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,6 @@
7575
</execution>
7676
</executions>
7777
</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>
9378
</plugins>
9479

9580
<resources>

0 commit comments

Comments
 (0)