Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[10:51:14 CST(-0600)] <drewwills> the one issue I have is the number of extra build cycles in portlets, and the noise and time it adds to the build

[10:52:07 CST(-0600)] <drewwills> because both 'db-hibernate-portlets' and 'portlet-data-import' targets call $mvn package on up-portlets-overlay

[10:52:17 CST(-0600)] <EricDalquist> uhg

[10:52:25 CST(-0600)] <EricDalquist> yeah that would be good to minimize

[10:52:40 CST(-0600)] <drewwills> so an $ant initportal ends up packaging them 3 times

[10:52:43 CST(-0600)] <EricDalquist> also I've merged the work that james did into <plugin>

[10:52:43 CST(-0600)] <EricDalquist> <groupId>org.jasig.portal.maven</groupId>

[10:52:43 CST(-0600)] <EricDalquist> <artifactId>uportal-maven-plugin</artifactId>

[10:52:43 CST(-0600)] <EricDalquist> <version>1.0.0</version>

[10:52:43 CST(-0600)] <EricDalquist> <!-- extensions must be set to true to pick up the custom phases -->

[10:52:43 CST(-0600)] <EricDalquist> <extensions>true</extensions>

[10:52:43 CST(-0600)] <EricDalquist> </plugin>

[10:52:47 CST(-0600)] <EricDalquist> yeah

[10:52:51 CST(-0600)] <EricDalquist> thats not great