blob: 919dbec1c2b69b42cafacf1e5dd617ed71ccedd4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>xbean-spring-itests</artifactId>
<groupId>org.apache.xbean</groupId>
<version>2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-spring-itests-core</artifactId>
<name>XBean :: Spring :: ITests :: Core</name>
<version>2.4-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<version>${version}</version>
<executions>
<execution>
<configuration>
<namespace>http://xbean.apache.org/schemas/pizza</namespace>
</configuration>
<goals>
<goal>mapping</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>