michaelsembwever commented on a change in pull request #737: Remove OJDBC and 
resin artifacts from ci-dependencies driectory as they as not Apache license 
compatible
URL: 
https://github.com/apache/incubator-skywalking/pull/737#discussion_r161109028
 
 

 ##########
 File path: apm-sniffer/apm-sdk-plugin/pom.xml
 ##########
 @@ -202,4 +200,31 @@
             </plugin>
         </plugins>
     </build>
+
+    <profiles>
+        <profile>
+            <!-- ojdbc is not Apache license compatible, so it must be 
manually downloaded first -->
+            <id>include-ojdbc</id>
+            <activation>
+                <file>
+                    
<exists>${basedir}/../../ci-dependencies/ojdbc14-10.2.0.4.0.jar</exists>
+                </file>
+            </activation>
+            <modules>
+                <module>oracle-10.x-plugin</module>
+            </modules>
+        </profile>
+        <profile>
+            <!-- resin is not Apache license compatible, so it must be 
manually downloaded first -->
+            <id>include-resin</id>
 
 Review comment:
   done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to