This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 6718d8f  Allow to specify path to existing -Dgradle.installation= to 
avoid problems with downloading it online
6718d8f is described below

commit 6718d8ff8b4201d3340969f16c3885021e955687
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Wed May 2 13:28:51 2018 +0200

    Allow to specify path to existing -Dgradle.installation= to avoid problems 
with downloading it online
---
 html4j-maven-plugin/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/html4j-maven-plugin/pom.xml b/html4j-maven-plugin/pom.xml
index 38ab8dd..8091342 100644
--- a/html4j-maven-plugin/pom.xml
+++ b/html4j-maven-plugin/pom.xml
@@ -153,4 +153,25 @@
           <scope>provided</scope>
       </dependency>
   </dependencies>
+  <profiles>
+      <profile>
+          <id>local-gradle</id>
+          <activation>
+              <property>
+                  <name>gradle.installation</name>
+              </property>
+          </activation>
+          <build>
+              <plugins>
+                  <plugin>
+                      <groupId>org.fortasoft</groupId>
+                      <artifactId>gradle-maven-plugin</artifactId>
+                      <configuration>
+                          
<gradleInstallationDir>${gradle.installation}</gradleInstallationDir>
+                      </configuration>
+                  </plugin>
+              </plugins>
+          </build>
+      </profile>
+  </profiles>
 </project>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to