Ignore:
Timestamp:
04/11/14 17:04:19 (10 years ago)
Author:
pharms
Message:
  • added relative path to parent pom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/pom.xml

    r1505 r1513  
    11<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"> 
    2   <!-- parent> 
     2  <parent> 
    33    <groupId>de.ugoe.cs.autoquest</groupId> 
    44    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
    6   </parent--> 
     6    <relativePath>../autoquest/pom.xml</relativePath> 
     7  </parent> 
    78  <modelVersion>4.0.0</modelVersion> 
    8   <groupId>de.ugoe.cs.autoquest</groupId> 
    99  <artifactId>autoquest-distribution</artifactId> 
    10   <version>0.0.1-SNAPSHOT</version> 
    1110  <packaging>pom</packaging> 
    1211  <name>autoquest-distribution</name> 
Note: See TracChangeset for help on using the changeset viewer.