Versions Compared

Key

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

...

[11:52:13 CST(-0600)] <jwennmacher> I've completed the changes for UP-3654 bundling CalendarPortlet, along with db schema creation and data import into uPortal.

[11:52:51 CST(-0600)] <EricDalquist> awesome

[11:52:54 CST(-0600)] <EricDalquist> this is using the new plugin?

[11:53:45 CST(-0600)] <jwennmacher> The new maven lifecycles are independent of the default lifecyles (I tried to require them to spawn a dependency upon package but it wouldn't work) to insure a change to a property file is reflected in the db-init or data-import execution. We can work around this by simply adding the lifecycle goal; e.g. mvn package db-init

[11:53:48 CST(-0600)] <jwennmacher> yes