Skip to content

Commit a47e15a

Browse files
committed
Migrating Airline sample to maven
1 parent 01ee371 commit a47e15a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

samples/airline/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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/maven-v4_0_0.xsd">
3+
<parent>
4+
<artifactId>spring-ws-samples</artifactId>
5+
<groupId>org.springframework.ws</groupId>
6+
<version>2.0.0-M1-SNAPSHOT</version>
7+
<relativePath>../pom.xml</relativePath>
8+
</parent>
9+
<modelVersion>4.0.0</modelVersion>
10+
<artifactId>airline</artifactId>
11+
<packaging>pom</packaging>
12+
<name>Spring WS Airline Sample</name>
13+
<modules>
14+
<module>server</module>
15+
<module>client</module>
16+
</modules>
17+
</project>

0 commit comments

Comments
 (0)