[prettyfaces] r461 committed - Deploys on JBAS

0 views
Skip to first unread message

prett...@googlecode.com

unread,
Oct 26, 2010, 6:32:47 PM10/26/10
to prettyfac...@googlegroups.com
Revision: 461
Author: lincolnbaxter
Date: Tue Oct 26 15:32:09 2010
Log: Deploys on JBAS
http://code.google.com/p/prettyfaces/source/detail?r=461

Added:
/trunk/pretty-blog/src/main/resources/com
/trunk/pretty-blog/src/main/resources/com/ocpsoft
/trunk/pretty-blog/src/main/resources/com/ocpsoft/pretty
/trunk/pretty-blog/src/main/resources/com/ocpsoft/pretty/blog

/trunk/pretty-blog/src/main/resources/com/ocpsoft/pretty/blog/messages.properties
Modified:
/trunk/pretty-blog/pom.xml

=======================================
--- /dev/null
+++
/trunk/pretty-blog/src/main/resources/com/ocpsoft/pretty/blog/messages.properties
Tue Oct 26 15:32:09 2010
@@ -0,0 +1,1 @@
+commentAdded=Your comment was posted.
=======================================
--- /trunk/pretty-blog/pom.xml Thu Oct 14 13:33:04 2010
+++ /trunk/pretty-blog/pom.xml Tue Oct 26 15:32:09 2010
@@ -1,107 +1,103 @@
<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.ocpsoft</groupId>
- <artifactId>pretty.blog</artifactId>
- <packaging>war</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>PrettyFaces Blog</name>
-
- <url>http://ocpsoft.com/prettyfaces/</url>
-
- <repositories>
- <repository>
- <id>java.net2</id>
- <name>Repository hosting the jee6 artifacts</name>
- <url>http://download.java.net/maven/2</url>
- </repository>
- <repository>
- <id>jboss.releases</id>
-
<url>http://oss.repository.sonatype.org/content/repositories/jboss-releases</url>
- </repository>
- <repository>
- <id>ocpsoft</id>
- <url>http://ocpsoft.com/repository</url>
- </repository>
- </repositories>
-
- <dependencies>
- <dependency>
- <groupId>com.ocpsoft</groupId>
- <artifactId>prettyfaces-jsf2</artifactId>
- <version>3.1.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.faces</groupId>
- <artifactId>seam-faces</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <version>3.0.0.Beta4</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.persistence</groupId>
- <artifactId>seam-persistence-impl</artifactId>
- <version>3.0.0.Alpha1</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax</groupId>
- <artifactId>javaee-web-api</artifactId>
- <version>6.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.10</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.5.10</version>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-beta-1</version>
- <configuration>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- </configuration>
- </plugin>
- </plugins>
- <finalName>pretty.blog</finalName>
- </build>
- <properties>
- <netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server>
- </properties>
+ 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.ocpsoft</groupId>
+ <artifactId>pretty-blog</artifactId>
+ <packaging>war</packaging>
+ <version>1.0-SNAPSHOT</version>
+ <name>PrettyFaces Blog</name>
+
+ <url>http://ocpsoft.com/prettyfaces/</url>
+
+ <repositories>
+ <repository>
+ <id>java.net2</id>
+ <name>Repository hosting the jee6 artifacts</name>
+ <url>http://download.java.net/maven/2</url>
+ </repository>
+ <repository>
+ <id>jboss.releases</id>
+
<url>http://oss.repository.sonatype.org/content/repositories/jboss-releases</url>
+ </repository>
+ <repository>
+ <id>ocpsoft</id>
+ <url>http://ocpsoft.com/repository</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.ocpsoft</groupId>
+ <artifactId>prettyfaces-jsf2</artifactId>
+ <version>3.1.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.faces</groupId>
+ <artifactId>seam-faces</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ <version>3.0.0.Beta4</version>
+ </dependency>
+
+
+ <dependency>
+ <groupId>javax</groupId>
+ <artifactId>javaee-web-api</artifactId>
+ <version>6.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ <configuration>
+ <failOnMissingWebXml>false</failOnMissingWebXml>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jboss-maven-plugin</artifactId>
+ <version>1.4.1</version>
+ <configuration>
+ <jbossHome>${env.JBOSS_HOME}</jbossHome>
+ <hostName> localhost </hostName>
+ <port>1090</port>
+ <fileNames>
+ <fileName>target/pretty-blog.war</fileName>
+ </fileNames>
+ </configuration>
+ </plugin>
+ </plugins>
+ <finalName>pretty-blog</finalName>
+ </build>
+ <properties>
+ <netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server>
+ </properties>
</project>


Reply all
Reply to author
Forward
0 new messages