Maven Repository - POM file for Http org.opencms.workplace.administration 8.0.3 8.0.3

Summary

org.opencms.workplace.administration.

OpenCms-Module 'org.opencms.workplace.administration'. <p>This module contains the base components for the administration view.</p> <p>Its allows you to install and/or develop administration tools for OpenCms.</p> <p><i>(c) 2011 by Alkacon Software GmbH (http://www.alkacon.com).</i></p> O....

Declaration

Here is the list of declaration for org.opencms.workplace.administration. 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.administration</artifactId>
   <version>8.0.3</version>
</dependency>

If you think this Maven repository POM file listing for org.opencms.workplace.administration 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.administration-8.0.3 has 2 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.0.1
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.
53

Plugin

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

  1. maven-compiler-plugin

Packages

The following packages are defined in the org.opencms.workplace.administration-8.0.3.jar

org.opencms.workplace.administration

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.administration</artifactId>
  <packaging>jar</packaging>
  <version>8.0.3</version>
  <name>org.opencms.workplace.administration</name>
  <url>http://opencms.org</url>

  <description><![CDATA[
    OpenCms-Module 'org.opencms.workplace.administration'.
    
    <p>This module contains the base components for the administration view.</p>
<p>Its allows you to install and/or develop administration tools for OpenCms.</p>
<p><i>(c) 2011 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.0.1</version>
      <scope>provided</scope>
    </dependency>
    
    <!-- OpenCms-Module-Dependencies of Module 'org.opencms.workplace.administration' -->
    
      <dependency>
        <groupId>org.opencms.modules</groupId>
        <artifactId>org.opencms.workplace</artifactId>
        <version>8.0.3</version>
        <scope>provided</scope>
      </dependency>
  </dependencies>

</project>