cleanup workg
This commit is contained in:
parent
bf95d0aa9d
commit
1eb53d544c
@ -1,44 +1,48 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
<modelVersion>4.0.0</modelVersion>
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<groupId>com.baeldung</groupId>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>MyStrutsApp</artifactId>
|
<groupId>com.baeldung</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<artifactId>struts2</artifactId>
|
||||||
<packaging>war</packaging>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>MyStrutsApp</name>
|
<packaging>war</packaging>
|
||||||
<build>
|
<name>struts2</name>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
|
||||||
<resources>
|
<build>
|
||||||
<resource>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<directory>src</directory>
|
<resources>
|
||||||
<excludes>
|
<resource>
|
||||||
<exclude>**/*.java</exclude>
|
<directory>src</directory>
|
||||||
</excludes>
|
<excludes>
|
||||||
</resource>
|
<exclude>**/*.java</exclude>
|
||||||
</resources>
|
</excludes>
|
||||||
<plugins>
|
</resource>
|
||||||
<plugin>
|
</resources>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<plugins>
|
||||||
<version>3.5.1</version>
|
<plugin>
|
||||||
<configuration>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<source>1.8</source>
|
<version>3.5.1</version>
|
||||||
<target>1.8</target>
|
<configuration>
|
||||||
</configuration>
|
<source>1.8</source>
|
||||||
</plugin>
|
<target>1.8</target>
|
||||||
<plugin>
|
</configuration>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
</plugin>
|
||||||
<version>3.0.0</version>
|
<plugin>
|
||||||
<configuration>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<warSourceDirectory>WebContent</warSourceDirectory>
|
<version>3.0.0</version>
|
||||||
</configuration>
|
<configuration>
|
||||||
</plugin>
|
<warSourceDirectory>WebContent</warSourceDirectory>
|
||||||
</plugins>
|
</configuration>
|
||||||
</build>
|
</plugin>
|
||||||
<dependencies>
|
</plugins>
|
||||||
<!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-core -->
|
</build>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.struts</groupId>
|
<dependencies>
|
||||||
<artifactId>struts2-core</artifactId>
|
<!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-core -->
|
||||||
<version>2.5.5</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>org.apache.struts</groupId>
|
||||||
</dependencies>
|
<artifactId>struts2-core</artifactId>
|
||||||
|
<version>2.5.5</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user