Guest User

Untitled

a guest
Sep 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. while IFS= read -r line ; do
  2. dir=$(echo "$line" | sed -E 's/<.?module>//g')
  3. module=$(basename $dir)
  4. echo $module
  5. done < <(grep "<module>" pom.xml)
  6.  
  7. impersonate-portlet-trunk
  8. liferay-pentaho-proxy-trunk
  9. menu-portlet-trunk
  10. pag-bc-trunk
  11. pag-commission-note-import-web-trunk
  12. pag-common-web-trunk
  13. pentaho-reports-portlet-trunk
  14. permission-admin-portlet-trunk
  15. permission-bc-trunk
  16. send-photos-portlet-trunk
  17. send-xml-portlet-trunk
  18. zu-client-bc-trunk
Add Comment
Please, Sign In to add comment