Hi There,
Seam Mail is not a JBoss Forge plugin. I don't believe we have a Seam Mail plugin yet. Sorry!
~Lincoln
Here is the error,
***INFO*** Checking out plugin source files to [C:\/DOCUME~1/Personal/CONFIG~1/T
emp/forgetemp8432646586897487022/repo] via 'git'
Receiving objects: 100% (5080/5080)
Resolving deltas: 100% (1656/1656)
***WARNING*** Could not find a Ref matching the current Forge version [1.0.0.Bet
a5], building Plugin from HEAD.
***ERROR*** [forge git-plugin] org.apache.maven.project.ProjectBuildingException
: 1 problem was encountered while building the effective model for org.jboss.sea
m.mail:seam-mail-parent:3.2.0-SNAPSHOT
[FATAL] Non-resolvable parent POM: Could not find artifact org.jboss.seam:seam-p
arent:pom:19 and 'parent.relativePath' points at wrong local POM @ line 4, colum
n 13
for project org.jboss.seam.mail:seam-mail-parent:3.2.0-SNAPSHOT at C:\DOCUME~1\
Personal\CONFIG~1\Temp\forgetemp8432646586897487022\repo\pom.xml
and here is the POM
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-parent</artifactId>
<version>19</version>
</parent>
<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail-parent</artifactId>
<packaging>pom</packaging>
<version>3.2.0-SNAPSHOT</version>
<name>Seam Mail Module</name>
<properties>
<seam.version>3.1.0.Final</seam.version>
<freemarker.version>2.3.16</freemarker.version>
<velocity.version>1.7</velocity.version>
</properties>
<modules>
<module>api</module>
<module>impl</module>
<module>testsuite</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-bom</artifactId>
<version>${seam.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.solder</groupId>
<artifactId>solder-logging</artifactId>
<version>${seam.version}</version>
<scope>runtime</scope>
</dependency>
<!-- Override versions from seam-bom for this module's artifacts -->
<dependency>
<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
<!-- Dependencies common to the api and implementation(s) -->
<dependencies>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>r07</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>distribution</id>
<activation>
<property>
<name>release</name>
</property>
</activation>
<modules>
<!--<module>examples/sendmail</module>-->
<module>docs</module>
<module>dist</module>
</modules>
</profile>
</profiles>
<scm>
<connection>scm:git:git://github.com/seam/mail.git</connection>
<developerConnection>scm:git:git@github.com:seam/mail.git</developerConnection>
<url>http://github.com/seam/mail</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://issues.jboss.org/browse/SEAMMAIL</url>
</issueManagement>
<ciManagement>
<system>Hudson</system>
<url>http://hudson.jboss.org/hudson/view/Seam/job/Seam-3.X-mail-CI</url>
</ciManagement>
<developers>
<developer>
<name>Cody Lerum</name>
<url>http://community.jboss.org/people/clerum</url>
<timezone>MST</timezone>
<roles>
<role>Project Lead</role>
</roles>
</developer>
<developer>
<name>Jason Porter</name>
<url>http://community.jboss.org/people/lightguard</url>
<timezone>MST</timezone>
<roles>
<role>Contributor</role>
</roles>
</developer>
</developers>
</project>
From: dakhla.0563@hotmail.com
To: forge-dev@lists.jboss.org
Date: Wed, 18 Jan 2012 07:50:55 +0100
Subject: [forge-dev] Strange issue with Seam Mail plugin_______________________________________________ forge-dev mailing list forge-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/forge-dev
Hi,
I would like to develop a seam-mail project like the one in Seam 2 and I am using Seam Forge to create the project.
But I think I need Seam Mail plugin and I try as follows,
$ forge git-plugin git://github.com/seam/mail.git
and it does not work.
Did anybody try this on Win XP?
Thanks,
Jose
PS:
I could install persistence plugin
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev