Pages enfant
  • Désactivation des modules complémentaires (esup 4)

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 5.3

Règles générales

Cette section décrit la marche à suivre afin de facilement supprimer les modules complémentaires livrés nativement avec le package ESUP/uPortal. Il s'agit de supprimer toute référence à ces modules dans les fichiers "uportal-ear/pom.xml" et "uportal-portlets-overlay/pom.xml" afin que ceux-ci ne soient plus déployés par la commande "ant deploy-ear".

Voici la listes des modules complémentaires qui peuvent être désactivés :

Ancre
sommaireModules
sommaireModules
Sommaire
maxLevel3
minLevel3
typeflat
separatorpipe

Pour chaque module, ce sont les lignes à supprimer ou à commenter qui sont affichées dans la section.

BookmarksPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline19
linenumberstrue
<module>BookmarksPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline25
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>BookmarksPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

 

FunctionalTestsPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline23
linenumberstrue
<module>FunctionalTestsPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline53
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>FunctionalTestsPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

 

NewsReaderPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline26
linenumberstrue
<module>NewsReaderPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline81
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>NewsReaderPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

 

NotificationPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline27
linenumberstrue
<module>NotificationPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline88
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>NotificationPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

WeatherPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline29
linenumberstrue
<module>WeatherPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline102
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>WeatherPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

WebProxyPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline30
linenumberstrue
<module>WebProxyPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline109
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>WebProxyPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

cas ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline20
linenumberstrue
<module>cas</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline32
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>cas</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

cas-proxy-test-portlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline21
linenumberstrue
<module>cas-proxy-test-portlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline39
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>cas-proxy-test-portlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

email-preview ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline22
linenumberstrue
<module>email-preview</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline46
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>email-preview</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

pluto-testsuite ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline25
linenumberstrue
<module>pluto-testsuite</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline67
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>pluto-testsuite</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...