Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 708920 Details for
Bug 920375
Redeploy not always working - JBoss, git push & JBAS015009
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
pom.xml
pom.xml (text/xml), 4.20 KB, created by
Gregori
on 2013-03-12 11:31:48 UTC
(
hide
)
Description:
pom.xml
Filename:
MIME Type:
Creator:
Gregori
Created:
2013-03-12 11:31:48 UTC
Size:
4.20 KB
patch
obsolete
><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>sfi</groupId> > <artifactId>sfi</artifactId> > <packaging>war</packaging> > <version>1.0</version> > <name>sfi</name> > <properties> > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > <maven.compiler.source>1.6</maven.compiler.source> > <maven.compiler.target>1.6</maven.compiler.target> > </properties> > > <repositories> > <repository> > <id>prime-repo</id> > <name>PrimeFaces Maven Repository</name> > <url>http://repository.primefaces.org</url> > <layout>default</layout> > </repository> > <repository> > <id>morphia</id> > <url>http://morphia.googlecode.com/svn/mavenrepo/</url> > </repository> > </repositories> > <dependencies> > <dependency> > <groupId>org.jboss.spec</groupId> > <artifactId>jboss-javaee-6.0</artifactId> > <version>1.0.0.Final</version> > <type>pom</type> > <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.primefaces</groupId> > <artifactId>primefaces</artifactId> > <version>3.5</version> > </dependency> > <dependency> > <groupId>org.primefaces.themes</groupId> > <artifactId>bootstrap</artifactId> > <version>1.0.9</version> > </dependency> > <!-- JSF 2 --> > <dependency> > <groupId>com.sun.faces</groupId> > <artifactId>jsf-api</artifactId> > <version>2.1.11</version> > </dependency> > <dependency> > <groupId>com.sun.faces</groupId> > <artifactId>jsf-impl</artifactId> > <version>2.1.11</version> > </dependency> > > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>jstl</artifactId> > <version>1.2</version> > </dependency> > > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>servlet-api</artifactId> > <version>2.5</version> > </dependency> > > <dependency> > <groupId>javax.servlet.jsp</groupId> > <artifactId>jsp-api</artifactId> > <version>2.1</version> > </dependency> > > <!-- EL --> > <dependency> > <groupId>org.glassfish.web</groupId> > <artifactId>el-impl</artifactId> > <version>2.2</version> > </dependency> > <dependency> > <groupId>org.mongodb</groupId> > <artifactId>mongo-java-driver</artifactId> > <version>2.10.1</version> > </dependency> > <dependency> > <groupId>com.google.code.morphia</groupId> > <artifactId>morphia</artifactId> > <version>0.99.1-SNAPSHOT</version> > </dependency> > > <!-- REWRITE --> > <dependency> > <groupId>org.ocpsoft.rewrite</groupId> > <artifactId>rewrite-servlet</artifactId> > <version>1.1.0.Final</version> > </dependency> > <dependency> > <groupId>org.ocpsoft.rewrite</groupId> > <artifactId>rewrite-integration-cdi</artifactId> > <version>1.1.0.Final</version> > </dependency> > > <!-- import excel data --> > <dependency> > <groupId>net.sourceforge.jexcelapi</groupId> > <artifactId>jxl</artifactId> > <version>2.6.12</version> > </dependency> > > <!-- Code Generation --> > <dependency> > <groupId>org.projectlombok</groupId> > <artifactId>lombok</artifactId> > <version>0.11.6</version> > <scope>provided</scope> > </dependency> > <!-- OpenID --> > <dependency> > <groupId>org.openid4java</groupId> > <artifactId>openid4java</artifactId> > <version>0.9.7</version> > </dependency> > > <!-- Parse CSV --> > <dependency> > <groupId>net.sf.opencsv</groupId> > <artifactId>opencsv</artifactId> > <version>2.3</version> > </dependency> > </dependencies> > <profiles> > <profile> > <!-- When built in OpenShift the 'openshift' profile will be used when > invoking mvn. --> > <!-- Use this profile for any OpenShift specific customization your app > will need. --> > <!-- By default that is to put the resulting archive into the 'deployments' > folder. --> > <!-- http://maven.apache.org/guides/mini/guide-building-for-different-environments.html --> > <id>openshift</id> > <build> > <finalName>sfi</finalName> > <plugins> > <plugin> > <artifactId>maven-war-plugin</artifactId> > <version>2.1.1</version> > <configuration> > <outputDirectory>deployments</outputDirectory> > <warName>ROOT</warName> > </configuration> > </plugin> > </plugins> > </build> > </profile> > </profiles> > <url>/sfi</url> ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 920375
: 708920 |
709220