[jboss-cvs] repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT ...

Paul Gier pgier at redhat.com
Tue Feb 13 11:53:27 EST 2007


  User: pgier   
  Date: 07/02/13 11:53:27

  Added:       maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT      
                        jboss-microcontainer-2.0.0-20070213.133620-1.pom
                        jboss-microcontainer-2.0.0-20070213.133620-1.pom.md5
                        jboss-microcontainer-2.0.0-20070213.133620-1.pom.sha1
                        maven-metadata.xml maven-metadata.xml.md5
                        maven-metadata.xml.sha1
  Log:
  Adding 2.0.0-SNAPSHOT version of microcontainer parent project
  
  Revision  Changes    Path
  1.1      date: 2007/02/13 16:53:27;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT/jboss-microcontainer-2.0.0-20070213.133620-1.pom
  
  Index: jboss-microcontainer-2.0.0-20070213.133620-1.pom
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
    The parent maven for the microcontainer project that expects a structure like: 
      build/pom.xml
      aop-mc-int/pom.xml
      container/pom.xml
      dependency/pom.xml
      deployers/pom.xml
      kernel/pom.xml
      managed/pom.xml
      metatype/pom.xml
      spring-int/pom.xml
  
    This pom aggregates the subproject pom, and it also functions as a default configuration.  The subproject
    poms each inherit configuration from this one.
    
    To build this project maven 2 should be installed and in the system path.  From the command line
    run "mvn" from the build directory and "install" will be used as the default goal.  In order to use 
    the "deploy" goal, the mvn.cvs.root should be specified in settings.xml.
  -->
  <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">
    <parent>
      <groupId>jboss</groupId>
      <artifactId>jboss-parent</artifactId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-microcontainer</artifactId>
    <version>2.0.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>JBoss Microcontainer Build</name>
    <url>http://www.jboss.com/products/jbossmc</url>
    <description>
      The JBoss Microcontainer provides a lightweight container for managing POJOs, their deployment 
      and configuration.
    </description>
    <build>
      <sourceDirectory>src/main</sourceDirectory>
  	  <testSourceDirectory>src/tests</testSourceDirectory>
      <finalName>${artifactId}</finalName>
      <resources>
        <resource>
          <directory>src</directory>
          <includes>
            <include>etc/**</include>
          </includes>
          <filtering>true</filtering>
        </resource>
      </resources>
      <testResources>
        <testResource>
          <directory>src</directory>
          <includes>
            <include>resources/**</include>
          </includes>
          <filtering>true</filtering>
        </testResource>
      </testResources>
      <plugins>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
            <printSummary>false</printSummary>
            <testFailureIgnore>true</testFailureIgnore>
            <includes>
              <include>**/**TestCase.java</include>
            </includes>
            <skip>true</skip>
          </configuration>
        </plugin>    
      </plugins>
    </build>
    <repositories>
      <repository>
        <id>jboss</id>
        <name>JBoss Repository</name>
        <layout>default</layout>
        <url>http://repository.jboss.com/maven2/</url>
        <snapshots>
          <enabled>true</enabled>
        </snapshots>
      </repository>
    </repositories>
    <modules>
      <module>../container</module>
      <module>../dependency</module>
      <module>../metatype</module>
      <module>../kernel</module>
      <module>../managed</module>
      <module>../aop-mc-int</module>
      <module>../deployers</module>
      <module>../spring-int</module>
    </modules>
    <reporting>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-project-info-reports-plugin</artifactId>
          <reportSets>
            <reportSet>
              <reports>
                <report>dependencies</report>
                <report>issue-tracking</report>
                <report>license</report>
                <report>scm</report>
              </reports>
            </reportSet>
          </reportSets>
        </plugin>
      </plugins>
    </reporting>
  </project>
  
  
  
  1.1      date: 2007/02/13 16:53:27;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT/jboss-microcontainer-2.0.0-20070213.133620-1.pom.md5
  
  Index: jboss-microcontainer-2.0.0-20070213.133620-1.pom.md5
  ===================================================================
  f6c9531252940041e2b7caa5aedd1ac1
  
  
  1.1      date: 2007/02/13 16:53:27;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT/jboss-microcontainer-2.0.0-20070213.133620-1.pom.sha1
  
  Index: jboss-microcontainer-2.0.0-20070213.133620-1.pom.sha1
  ===================================================================
  0eaf9e85c6e4474d8caab4f952c735f1569e33b8
  
  
  1.1      date: 2007/02/13 16:53:27;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT/maven-metadata.xml
  
  Index: maven-metadata.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?><metadata>
    <groupId>jboss</groupId>
    <artifactId>jboss-microcontainer</artifactId>
    <version>2.0.0-SNAPSHOT</version>
    <versioning>
      <snapshot>
        <timestamp>20070213.133620</timestamp>
        <buildNumber>1</buildNumber>
      </snapshot>
      <lastUpdated>20070213133620</lastUpdated>
    </versioning>
  </metadata>
  
  
  1.1      date: 2007/02/13 16:53:27;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT/maven-metadata.xml.md5
  
  Index: maven-metadata.xml.md5
  ===================================================================
  0a304ce5d57833df47704b6d18732cb3
  
  
  1.1      date: 2007/02/13 16:53:27;  author: pgier;  state: Exp;repository.jboss.com/maven2/jboss/jboss-microcontainer/2.0.0-SNAPSHOT/maven-metadata.xml.sha1
  
  Index: maven-metadata.xml.sha1
  ===================================================================
  303a391e407f8329b9208fd597ffe41ad6fdda43
  
  



More information about the jboss-cvs-commits mailing list