Skip to content

Commit

Permalink
updated example naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 20, 2011
1 parent e862aef commit 98e72cb
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions examples/openid-op/pom.xml
Expand Up @@ -2,7 +2,7 @@
<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>org.jboss.seam.security</groupId>
<artifactId>openid-op</artifactId>
<artifactId>seam-security-example-openid-op</artifactId>
<packaging>war</packaging>
<name>OpenID Relying Party</name>

Expand All @@ -17,7 +17,7 @@
</parent>

<build>
<finalName>openid-op</finalName>
<finalName>security-openid-op</finalName>
</build>

<dependencies>
Expand Down Expand Up @@ -124,31 +124,6 @@
<skip>true</skip>
</configuration>
</plugin>
<!--
Optional JBoss deployer plugin will deploy your war to a local
JBoss AS container if you've declared $JBOSS_HOME in your OS
-->
<!--
To use, set the JBOSS_HOME environment variable (or jboss.home in
$HOME/.m2/settings.xml) and run 'mvn package jboss:hard-deploy'
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jboss-maven-plugin</artifactId>
<version>1.4.1</version>
<configuration>
<jbossHome>${jboss.home}</jbossHome>
<serverName>${jboss.domain}</serverName>
<fileNames>
<fileName>${project.build.directory}/${project.build.finalName}.war</fileName>
<!--
JNDI Datasource that connects to in-memory HSQLDB to
demonstrate JPA
-->
<fileName>src/main/resources-jbossas/default-ds.xml</fileName>
</fileNames>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 98e72cb

Please sign in to comment.