[midPoint-git] [Evolveum/midpoint] 34f89c: midpoint-war separated from admin-gui, which is no...

virgo47 noreply at github.com
Mon May 16 19:32:47 CEST 2022


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 34f89c94e6a1103dcb8ddade1e740b9d585f8589
      https://github.com/Evolveum/midpoint/commit/34f89c94e6a1103dcb8ddade1e740b9d585f8589
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M dist/javadoc/pom.xml
    M dist/pom.xml
    M dist/src/main/assembly/dist.xml
    M gui/admin-gui/pom.xml
    M gui/midpoint-jar/pom.xml
    A gui/midpoint-war/pom.xml
    A gui/midpoint-war/src/main/resources/banner.txt
    M gui/pom.xml

  Log Message:
  -----------
  midpoint-war separated from admin-gui, which is now plain JAR module

- In IDEA the project can still be run from admin-gui module using the
same main class as before.
- Some of the previously provided modules that should go to the JAR
(like Tomcat stuff) is not provided in admin-gui JAR anymore, but is
marked as provided in midpoint-war only (which should soon go away).
- JDBC drivers for Oracle and MS SQL are still provided in admin-gui
for developers, but not distributed, as before.
The POM "code" to exclude them, however, is now not needed in the
separate module.
- Banners are added to midpont-jar+war modules and Maven-filtered to
provide accurate git+other info; admin-gui doesn't need it but we have
it there so the devs don't get scared by different banner.




More information about the midPoint-svn mailing list