Maven Repository - POM file for Jetty maven-jetty-pluto-embedded 1.0 1.0

Summary

maven-jetty-pluto-embedded.

Artifact allowing pluto to be embedded in Jetty in a maven project. This makes it possible to use the maven-jetty-plugin and create a launcher in Eclipse for running your portlets..

Declaration

Here is the list of declaration for maven-jetty-pluto-embedded. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.bekk.boss</groupId>
   <artifactId>maven-jetty-pluto-embedded</artifactId>
   <version>1.0</version>
</dependency>

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





Depends on

The maven-jetty-pluto-embedded-1.0 has 8 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
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966

Packages

The following packages are defined in the maven-jetty-pluto-embedded-1.0.jar

com.bekk.boss.pluto.embedded.jetty.util
com.bekk.boss.pluto.embedded.util

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>com.bekk.boss</groupId>
  <artifactId>maven-jetty-pluto-embedded</artifactId>
  <packaging>jar</packaging>
  <version>1.0</version>
  <name>maven-jetty-pluto-embedded</name>
  <description>
    Artifact allowing pluto to be embedded in Jetty in a maven project. 
    This makes it possible to use the maven-jetty-plugin and create a launcher
    in Eclipse for running your portlets.
  </description>
  <url>http://boss.bekk.no</url>
  <scm>
       <connection>scm:svn:http://boss.bekk.no/repos/projects/maven-jetty-pluto-embedded/tags/maven-jetty-pluto-embedded-1.0</connection>
       <developerConnection>scm:svn:http://boss.bekk.no/repos/projects/maven-jetty-pluto-embedded/tags/maven-jetty-pluto-embedded-1.0</developerConnection>
       <url>http://boss.bekk.no/repos/projects/maven-jetty-pluto-embedded/tags/maven-jetty-pluto-embedded-1.0</url>
    </scm>
  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh-external</artifactId>
        <version>1.0-alpha-5</version>
      </extension>
    </extensions>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jsp-2.1</artifactId>
      <version>6.1.4rc0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty</artifactId>
      <version>6.1.4rc0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.pluto</groupId>
      <artifactId>pluto-portal-driver</artifactId>
      <version>1.1.4</version>
    </dependency>
    <dependency>
        <groupId>org.apache.pluto</groupId>
        <artifactId>pluto-portal-driver-impl</artifactId>
        <version>1.1.4</version>
    </dependency>
    <dependency>
        <groupId>org.apache.pluto</groupId>
        <artifactId>pluto-container</artifactId>
        <version>1.1.4</version>
    </dependency>
    <dependency>
        <groupId>org.apache.pluto</groupId>
        <artifactId>pluto-taglib</artifactId>
        <version>1.1.4</version>
    </dependency>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-web</artifactId>
        <version>2.0.1</version>
      <exclusions>
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <distributionManagement> 
    <site> 
      <id>boss.ssh.site</id> 
      <url>scpexe://boss.bekk.no/srv/www/htdocs/maven-jetty-pluto-embedded</url> 
    </site> 
    <repository> 
      <id>boss.ssh.repo</id> 
      <url>scpexe://boss.bekk.no/usr/local/jboss-4.0.4.GA/proximity/inhouse/storage</url> 
    </repository> 
    <snapshotRepository> 
      <id>boss.ssh.snapshots</id> 
      <url>scpexe://boss.bekk.no/usr/local/jboss-4.0.4.GA/proximity/inhouse.snapshot/storage</url> 
    </snapshotRepository> 
  </distributionManagement> 
</project>