Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8448619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:28:37+00:00 2026-06-10T10:28:37+00:00

I just started to learn JBoss Seam Framework and I’ve never use Maven. I

  • 0

I just started to learn JBoss Seam Framework and I’ve never use Maven. I downloaded from this page JBoss Seam 2.2.0. GA and I want to run sample booking project in eclipse.

I used import option with Existing Maven Project.
Next I right-click on project and I select Run As -> Maven install… console display:

...
[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] ------------------------------------------------------------------------

but in bookmarks Problems is:

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

I don’t know how to solve it.
I don’t try to use Maven build option beacuse I don’t know what should be in ‘Goals’.

My pom.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<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.examples</groupId>
    <artifactId>jboss-seam-booking</artifactId>
    <parent>
        <groupId>org.jboss.seam</groupId>
        <artifactId>parent</artifactId>
        <version>2.2.0.GA</version>
    </parent>
    <packaging>ear</packaging>

</project>

I use Eclipse Indigo SR2, maven was downloaded probably with JBoss Tools for Eclipse.

Please help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T10:28:39+00:00Added an answer on June 10, 2026 at 10:28 am

    Add the following to your pom. This will override the maven-resources-plugin version defined in the parent pom.

    <build>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-resources-plugin</artifactId>
          <version>2.6</version>
        </plugin>
      </plugins>
    </build>
    

    Since the parent does not seem to have any special configuration for the maven-resources-plugin, but just declares the version number as well, this should be ok to do.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started to learn Django and Python. I use the online book from
I just started to learn a bit assembler from compiler output. test(1); This simple
I just started to learn how to use action listeners. To my understanding it
I just started to learn Rails from railstutorial.org. After installing Rails I cerated an
I just started to learn C programming. In my book there is this piece
I just started to learn Objective c. Now i want a under title (small
I just started to learn Android development. My previous experience is majorly .NET framework
I just started learning C++(coming from Java & Python) and am trying to learn
I just started to learn a little bit about canvas! I want to draw
i just started to learn struts(+spring) MVC, and I could use some explanation of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.