Skip to content

Commit 9a946ec

Browse files
committed
add org.epics.parent as the parent to gp client
1 parent c5b9a07 commit 9a946ec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

gpclient/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.epics</groupId>
54
<artifactId>gpclient</artifactId>
65
<name>gpclient</name>
76
<version>1.0.0-SNAPSHOT</version>
@@ -20,6 +19,9 @@
2019
<module>gpclient-sample</module>
2120
</modules>
2221
<build>
22+
<!-- Non-standard source directories -->
23+
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
24+
<testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
2325
<plugins>
2426
<plugin>
2527
<groupId>org.apache.maven.plugins</groupId>
@@ -111,4 +113,9 @@
111113
<scope>test</scope>
112114
</dependency>
113115
</dependencies>
116+
<parent>
117+
<groupId>org.epics</groupId>
118+
<artifactId>epics-parent</artifactId>
119+
<version>7.0.0-SNAPSHOT</version>
120+
</parent>
114121
</project>

0 commit comments

Comments
 (0)