File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments