Skip to content

Commit 82be624

Browse files
committed
fix output directory
1 parent 5d70829 commit 82be624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>shared-resources</artifactId>
14-
<version>4.0.0-alpha1</version>
14+
<version>4.0.0-alpha2</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Java shared resources</name>
@@ -81,7 +81,7 @@
8181
<executions>
8282
<execution>
8383
<id>copy-opentelemetry-javaagent</id>
84-
<phase>process-resources</phase>
84+
<phase>generate-resources</phase>
8585
<goals>
8686
<goal>copy</goal>
8787
</goals>
@@ -93,7 +93,7 @@
9393
<version>${opentelemetry.javaagent.version}</version>
9494
<type>jar</type>
9595
<overWrite>true</overWrite>
96-
<outputDirectory>${project.build.directory}/classes</outputDirectory>
96+
<outputDirectory>${project.basedir}/src/main/resources</outputDirectory>
9797
<destFileName>opentelemetry-javaagent.jar</destFileName>
9898
</artifactItem>
9999
</artifactItems>

0 commit comments

Comments
 (0)