This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch ci-from-cache
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/ci-from-cache by this push:
new 79579ba Use maven repository resin 3 dependencies.
79579ba is described below
commit 79579ba85ad0a4556084d066f57bc7ee49530fe5
Author: wu-sheng <[email protected]>
AuthorDate: Fri Jan 12 12:01:45 2018 +0800
Use maven repository resin 3 dependencies.
---
apm-sniffer/apm-sdk-plugin/pom.xml | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/apm-sniffer/apm-sdk-plugin/pom.xml
b/apm-sniffer/apm-sdk-plugin/pom.xml
index 660fa15..1ae9e03 100644
--- a/apm-sniffer/apm-sdk-plugin/pom.xml
+++ b/apm-sniffer/apm-sdk-plugin/pom.xml
@@ -256,37 +256,6 @@
<modules>
<module>resin-3.x-plugin</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
- <executions>
- <execution>
- <id>install-ojdbc</id>
- <inherited>false</inherited>
- <phase>process-resources</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <executable>mvn</executable>
- <arguments>
-
<argument>install:install-file</argument>
-
<argument>-Dfile=resin-3.0.9.jar</argument>
-
<argument>-DgroupId=com.caucho</argument>
- <argument>-DartifactId=resin</argument>
- <argument>-Dversion=4.0.41</argument>
- <argument>-Dpackaging=jar</argument>
- </arguments>
-
<workingDirectory>${basedir}/../../ci-dependencies</workingDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<!-- resin-4 is not Apache license compatible, so it must be
manually downloaded first -->
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].