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 640023 Details for
Bug 874072
Invalid import of jaxrs-demo project into JBDS
[?]
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.
patch to apply to child pom.xml in order to import the whole project properly
patch.txt (text/plain), 2.16 KB, created by
Stefan Miklosovic
on 2012-11-07 12:23:47 UTC
(
hide
)
Description:
patch to apply to child pom.xml in order to import the whole project properly
Filename:
MIME Type:
Creator:
Stefan Miklosovic
Created:
2012-11-07 12:23:47 UTC
Size:
2.16 KB
patch
obsolete
>diff -Nur jaxrs-demo/pom.xml jaxrs-demo-new/pom.xml >--- jaxrs-demo/pom.xml 2012-10-22 12:06:27.515994029 +0200 >+++ jaxrs-demo-new/pom.xml 2012-11-07 11:57:44.357660882 +0100 >@@ -1,16 +1,48 @@ > <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> >- <name>Errai::JAX-RS::RestDemo</name> >- <artifactId>errai-jaxrs-demo</artifactId> >- <packaging>war</packaging> >+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ <name>Errai::JAX-RS::RestDemo</name> >+ <artifactId>errai-jaxrs-demo</artifactId> >+ <packaging>war</packaging> > >- <!-- Parent --> >- <parent> >- <artifactId>errai-jaxrs-demos</artifactId> >- <groupId>org.jboss.errai</groupId> >- <version>2.1.0.Final-redhat-1</version> >- <relativePath>../pom.xml</relativePath> >- </parent> >+ <!-- Parent --> >+ <parent> >+ <artifactId>errai-jaxrs-demos</artifactId> >+ <groupId>org.jboss.errai</groupId> >+ <version>2.1.0.Final-redhat-1</version> >+ <relativePath>../pom.xml</relativePath> >+ </parent> > >+ <build> >+ <pluginManagement> >+ <plugins> >+ <!--This plugin's configuration is used to store Eclipse m2e settings >+ only. It has no influence on the Maven build itself. --> >+ <plugin> >+ <groupId>org.eclipse.m2e</groupId> >+ <artifactId>lifecycle-mapping</artifactId> >+ <version>1.0.0</version> >+ <configuration> >+ <lifecycleMappingMetadata> >+ <pluginExecutions> >+ <pluginExecution> >+ <pluginExecutionFilter> >+ <groupId>org.codehaus.mojo</groupId> >+ <artifactId>gwt-maven-plugin</artifactId> >+ <versionRange>[2.4.0,)</versionRange> >+ <goals> >+ <goal>resources</goal> >+ </goals> >+ </pluginExecutionFilter> >+ <action> >+ <execute/> >+ </action> >+ </pluginExecution> >+ </pluginExecutions> >+ </lifecycleMappingMetadata> >+ </configuration> >+ </plugin> >+ </plugins> >+ </pluginManagement> >+ </build> > </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 874072
: 640023