File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
<artifactId >css4j-agent</artifactId >
14
14
<packaging >jar</packaging >
15
15
<dependencies >
16
- <dependency >
16
+ <dependency >
17
17
<groupId >io.sf.carte</groupId >
18
18
<artifactId >css4j</artifactId >
19
19
<version >${project.parent.version} </version >
20
20
<type >jar</type >
21
21
<scope >compile</scope >
22
22
<optional >false</optional >
23
- </dependency >
23
+ </dependency >
24
24
<dependency >
25
25
<groupId >io.sf.carte</groupId >
26
26
<artifactId >css4j</artifactId >
39
39
</dependencies >
40
40
<!-- Build Settings -->
41
41
<build >
42
- <directory >${project.basedir} /build</directory >
43
- <outputDirectory >${project.build.directory} /bin</outputDirectory >
44
- <finalName >${project.artifactId} -${project.version} </finalName >
45
- <testOutputDirectory >${project.build.directory} /testbin</testOutputDirectory >
46
- <sourceDirectory >${project.basedir} /src</sourceDirectory >
47
- <testSourceDirectory >${project.basedir} /junit</testSourceDirectory >
42
+ <directory >${project.basedir} /build</directory >
43
+ <outputDirectory >${project.build.directory} /bin</outputDirectory >
44
+ <finalName >${project.artifactId} -${project.version} </finalName >
45
+ <testOutputDirectory >${project.build.directory} /testbin</testOutputDirectory >
46
+ <sourceDirectory >${project.basedir} /src</sourceDirectory >
47
+ <testSourceDirectory >${project.basedir} /junit</testSourceDirectory >
48
48
<plugins >
49
49
<plugin >
50
50
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments