Maven Repository - POM file for Http org.opencms.workplace 8.5.0 8.5.0

Summary

org.opencms.workplace.

OpenCms-Module 'org.opencms.workplace'. <p>This module contains the OpenCms Workplace base files.</p> <p>It includes common used dialogs and style sheets, that are needed by any workplace module.</p> <p><i>(c) 2012 by Alkacon Software GmbH (http://www.alkacon.com).</i></p> OpenCms is a Co....

Declaration

Here is the list of declaration for org.opencms.workplace. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.opencms.modules</groupId>
   <artifactId>org.opencms.workplace</artifactId>
   <version>8.5.0</version>
</dependency>

If you think this Maven repository POM file listing for org.opencms.workplace is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:GNU LESSER GENERAL PUBLIC LICENSE 2.1
URL: http://www.gnu.org/licenses/lgpl-2.1.txt.

Depends on

The org.opencms.workplace-8.5.0 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JEEopencms-core 8.5.0
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
28

Depended by

The following table lists the most popular artifacts which are depending on org.opencms.workplace-8.5.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Httporg.opencms.ade.config 8.5.0
OpenCms-Module 'org.opencms.ade.config'. Configuration for OpenCms websites.<br> <i>(c) 2012 by Alkacon Software GmbH (http://www.alkacon.com).</i> OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and c...
7

Plugin

The following plugins are used in the org.opencms.workplace-8.5.0.jar

  1. maven-compiler-plugin

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.opencms.modules</groupId>
  <artifactId>org.opencms.workplace</artifactId>
  <packaging>jar</packaging>
  <version>8.5.0</version>
  <name>org.opencms.workplace</name>
  <url>http://opencms.org</url>

  <description><![CDATA[
    OpenCms-Module 'org.opencms.workplace'.
    
    <p>This module contains the OpenCms Workplace base files.</p>
<p>It includes common used dialogs and style sheets, that are needed by any workplace module.</p>
<p><i>(c) 2012 by Alkacon Software GmbH (http://www.alkacon.com).</i></p>
    
    OpenCms is a Content Management System that is based on Open
    Source Software. Complex Intranet and Internet websites can be
    quickly and cost-effectively created, maintained and managed.
    
    
  ]]></description>
  
  <inceptionYear>2008</inceptionYear>

  <mailingLists>
    <mailingList>
      <name>The OpenCms mailing list</name>
      <subscribe>
        http://www.opencms.org/en/development/mailinglist.html
      </subscribe>
      <unsubscribe>
        http://www.opencms.org/en/development/mailinglist.html
      </unsubscribe>
      <post />
      <archive>
        http://www.opencms.org/en/development/mailinglist-archive.html
      </archive>
    </mailingList>
  </mailingLists>

  

  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>git@github.com:alkacon/opencms-core.git</url>
    <connection>scm:git:git@github.com:alkacon/opencms-core.git</connection>
    <developerConnection>scm:git:git@github.com:alkacon/opencms-core.git</developerConnection>
  </scm>
  
  <build>
    <defaultGoal>install</defaultGoal>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0.2</version>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <!-- ########################### -->
    <!-- Place here the Library-dependencies for OpenCms -->
    <!-- Possible Scopes: compile, provided, runtime, test -->
    <!-- see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope -->
    <!-- ########################### -->

    <!-- ########################### -->
    <!--      SCOPE Provided          -->
    <!-- ########################### -->
    
    <!-- All Modules depends on opencms-core -->
    <!-- Already provided in OpenCms-Webapp -->
    <dependency>
      <groupId>org.opencms</groupId>
      <artifactId>opencms-core</artifactId>
      <version>8.5.0</version>
      <scope>provided</scope>
    </dependency>
    
    <!-- OpenCms-Module-Dependencies of Module 'org.opencms.workplace' -->
    
  </dependencies>

</project>