You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Steve Loughran (JIRA)" <ji...@codehaus.org> on 2005/09/14 17:21:02 UTC

[jira] Commented: (MAVENUPLOAD-517) Upload XOM 1.1 beta 3 to Maven

    [ http://jira.codehaus.org/browse/MAVENUPLOAD-517?page=comments#action_46377 ] 

Steve Loughran commented on MAVENUPLOAD-517:
--------------------------------------------

ERH left out a .pom file. There is one in the .zip; here is my m2 dependency-graph-free file. Jaxen is particularly troublesome dependency wise, which is why blocking it out is imperative.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>xom</groupId>
  <artifactId>xom</artifactId>
  <name>xom</name>
  <version>1.1b2</version>
  <ciManagement>
    <notifiers>
      <notifier>
        <address>elharo@metalab.unc.edu</address>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2002</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>XOM Interest Mailing List</name>
      <archive>http://lists.ibiblio.org/pipermail/xom-interest/</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>elharo</id>
      <name>Elliotte Rusty Harold</name>
      <email>elharo@metalab.unc.edu</email>
      <organization>Cafe au Lait</organization>
    </developer>
  </developers>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>src</testSourceDirectory>
    <plugins>
      <plugin>
        <artifactId>surefire</artifactId>
        <configuration>
          <includes>
            <include>**/*Test.java</include>
          </includes>
        </configuration>
      </plugin>
    </plugins>
  </build>
<!--   <dependencies>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xmlParserAPIs</artifactId>
      <version>2.6.2</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.6.2</version>
    </dependency>
    <dependency>
      <groupId>xalan</groupId>
      <artifactId>xalan</artifactId>
      <version>2.6.0</version>
    </dependency>
    <dependency>
      <groupId>jaxen</groupId>
      <artifactId>jaxen</artifactId>
      <version>1.1-beta-4</version>
    </dependency>
  </dependencies> -->
</project>

> Upload XOM 1.1 beta 3 to Maven
> ------------------------------
>
>          Key: MAVENUPLOAD-517
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-517
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: Elliotte Rusty Harold
>     Assignee: Carlos Sanchez

>
>
> http://www.cafeconleche.org/XOM/xom-maven-1.1b3.jar
> http://www.xom.nu/
> http://www.xom.nu/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org