Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <APIProxy name="weatherxml">?
  2. <ConfigurationVersion majorVersion="4" minorVersion="0"/>
  3. <CreatedAt>1453818052</CreatedAt>
  4. <Description>${description}</Description>
  5. <DisplayName>weatherxml</DisplayName>
  6. <validate>true</validate>
  7. </APIProxy>
  8.  
  9. <resources>
  10. <resource>
  11. <directory>apiproxy</directory>
  12. <filtering>true</filtering>
  13. </resource>
  14. </resources>
  15.  
  16. mvn resources:resources -Ddescription="Test description"
  17.  
  18. mvn install -Ptest -Dusername=xxx -Dpassword=yyy -Dhost=www.aaa.com -Ddescription="Test description"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement