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