MVN

org.ow2.weblab.portlets : parent

Maven & Gradle

Sep 10, 2011

WebLab Portlet POM · This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

<dependency>
    <groupId>org.ow2.weblab.portlets</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.portlets : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.ow2.weblab.portlets : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
parent-1.2.2
parent-1.2.2-SNAPSHOT
parent-1.2.1
1.2
parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.weblab.portlets</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</version>
</dependency>