hudson.target.README 618 B

123456789101112131415161718192021222324252627282930
  1. To execute this build as a Hudson build job, you have to configure the following:
  2. JobName: YAKINDU_Base_target
  3. Source-Code-Management:
  4. + SVN
  5. URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/releng/org.yakindu.base.target
  6. Location: org.yakindu.base.target
  7. Build:
  8. + Invoke Maven 3
  9. Goals
  10. clean verify
  11. POM File
  12. pom.xml
  13. Profiles
  14. JVM Options
  15. + Execute Shell
  16. Command
  17. if [ -d "update-site" ]; then
  18. rm -fr update-site
  19. fi
  20. mkdir update-site
  21. cp -R org.yakindu.base.target/target/repository/* update-site/
  22. Post-Build-Actions:
  23. + Archive the artifacs
  24. Files to archive
  25. update-site/**