Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Make web/pom.xml a child of the master pom (fixes deployment issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
gousiosg committed Jan 5, 2011
1 parent abd4580 commit 33ab98b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>sqooss</artifactId>
<groupId>eu</groupId>
<version>0.95-SNAPSHOT</version>
</parent>

<groupId>eu.sqooss</groupId>
<artifactId>web</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 33ab98b

Please sign in to comment.