Skip to content

Commit

Permalink
Include basedir and relativePath
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed May 24, 2013
1 parent 228a7ac commit f13be2f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion orcid-api-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
<groupId>org.orcid</groupId>
<artifactId>orcid-parent</artifactId>
<version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>orcid-api-rdf</artifactId>

<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>



<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -21,4 +29,4 @@
</dependency>

</dependencies>
</project>
</project>

0 comments on commit f13be2f

Please sign in to comment.