Skip to content

Commit

Permalink
Refactor shade folder of agent plugin (apache#23258)
Browse files Browse the repository at this point in the history
* Refactor shade folder of agent plugin
  • Loading branch information
terrymanu authored Jan 2, 2023
1 parent b159cfe commit c1d05ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions agent/plugins/logging/type/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<artifactId>shardingsphere-agent-logging-base</artifactId>
<name>${project.artifactId}</name>

<properties>
<target.directory>${project.basedir}/../target/plugins</target.directory>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions agent/plugins/logging/type/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
<modules>
<module>base</module>
</modules>

<properties>
<target.directory>${project.basedir}/../target/plugins</target.directory>
</properties>
</project>
4 changes: 4 additions & 0 deletions agent/plugins/metrics/type/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
<modules>
<module>prometheus</module>
</modules>

<properties>
<target.directory>${project.basedir}/../target/plugins</target.directory>
</properties>
</project>
1 change: 0 additions & 1 deletion agent/plugins/metrics/type/prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<name>${project.artifactId}</name>

<properties>
<target.directory>${project.basedir}/../target/plugins</target.directory>
<prometheus.version>0.11.0</prometheus.version>
<prometheus.jmx.version>0.16.1</prometheus.jmx.version>
</properties>
Expand Down

0 comments on commit c1d05ee

Please sign in to comment.