Fix jdatapath URI in server/pom.xml
This commit is contained in:
parent
8d5cb67e0c
commit
f4d774e7ac
@ -90,7 +90,7 @@
|
|||||||
<id>install-jdapath</id>
|
<id>install-jdapath</id>
|
||||||
<phase>process-resources</phase>
|
<phase>process-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<file>${basedir}/libs/jdatapath-alpha2.jar</file>
|
<file>${basedir}/lib/jdatapath-alpha2.jar</file>
|
||||||
<repositoryLayout>default</repositoryLayout>
|
<repositoryLayout>default</repositoryLayout>
|
||||||
<groupId>com.codeberry.jdatapath</groupId>
|
<groupId>com.codeberry.jdatapath</groupId>
|
||||||
<artifactId>jdatapath</artifactId>
|
<artifactId>jdatapath</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user