Skip to content

Commit

Permalink
Merge pull request #10 from BiBiServ/feature/cogegen_proxy
Browse files Browse the repository at this point in the history
add proxy fix (from Peter)
  • Loading branch information
pbelmann authored Mar 6, 2017
2 parents 9645e1e + 90ccc92 commit 08c6ab9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codegen/src/main/resources/SKELETON/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@



<if>
<isset property="${http.proxyHost}"/>
<then>
<setproxy nonproxyhosts="${nonproxyhosts}" proxyhost="${http.proxyHost}" proxyport="${http.proxyPort}"/>
</then>
</if>

<echo>Validate ${project.name} data</echo>
<xmlvalidate file="${tooldescription}">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
Expand Down

0 comments on commit 08c6ab9

Please sign in to comment.