Note that there are some explanatory texts on larger screens.

plurals
  1. POpom.xml how to solve error in seam booking sample project, Eclipse Maven
    primarykey
    data
    text
    <p>I just started to learn JBoss Seam Framework and I've never use Maven. I downloaded from <a href="http://www.seamframework.org/Seam2/Seam2DistributionDownloads" rel="nofollow">this page</a> JBoss Seam 2.2.0. GA and I want to run sample <em>booking project</em> in eclipse. </p> <p>I used <strong>import</strong> option with <strong>Existing Maven Project</strong>. Next I right-click on project and I select <strong>Run As -> Maven install...</strong> console display:</p> <pre><code>... [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.372s [INFO] Finished at: Wed Aug 22 18:43:01 CEST 2012 [INFO] Final Memory: 7M/73M [INFO] ------------------------------------------------------------------------ </code></pre> <p>but in bookmarks Problems is:</p> <pre><code>Description Resource Path Location Type maven-resources-plugin prior to 2.4 is not supported by m2e. Use maven-resources-plugin version 2.4 or later. pom.xml /jboss-seam-booking line 8 Maven Project Build Lifecycle Mapping Problem </code></pre> <p>I don't know how to solve it. I don't try to use <strong>Maven build</strong> option beacuse I don't know what should be in 'Goals'.</p> <p>My pom.xml file:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;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"&gt; &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt; &lt;groupId&gt;org.jboss.seam.examples&lt;/groupId&gt; &lt;artifactId&gt;jboss-seam-booking&lt;/artifactId&gt; &lt;parent&gt; &lt;groupId&gt;org.jboss.seam&lt;/groupId&gt; &lt;artifactId&gt;parent&lt;/artifactId&gt; &lt;version&gt;2.2.0.GA&lt;/version&gt; &lt;/parent&gt; &lt;packaging&gt;ear&lt;/packaging&gt; &lt;/project&gt; </code></pre> <p>I use Eclipse Indigo SR2, maven was downloaded probably with <em>JBoss Tools</em> for Eclipse.</p> <p>Please help. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload