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 6104271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:49:22+00:00 2026-05-23T13:49:22+00:00

I’m new to maven and I am trying to get eclipse to recognise the

  • 0

I’m new to maven and I am trying to get eclipse to recognise the maven directory structure when i’m using the dynamic web project perspective.

So I started with the question here: A Java web project created with Maven is not recognized as such by Eclipse and I got this far:

  • I edited the eclipse-plugin in my pom.xml as:

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-eclipse-plugin</artifactId>
          <version>2.6</version>
          <configuration>
            <wtpmanifest>true</wtpmanifest>
            <wtpapplicationxml>true</wtpapplicationxml>
            <wtpversion>2.0</wtpversion>             
            <downloadSources>true</downloadSources>
            <additionalBuildcommands>
              <buildcommand>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</buildcommand>
            </additionalBuildcommands>
            <additionalConfig>
              <file>
                <name>.checkstyle</name>
                <url>http://rs.gbif.org/conventions/java-style-config.xml</url>
              </file>
            </additionalConfig>
          </configuration>
        </plugin>
    
  • Then I used the command

    mvn eclipse:eclipse
    

and it gave the following as output:

     [INFO] Scanning for projects...
     [INFO]
     [INFO] ------------------------------------------------------------------------
     [INFO] Building IPT 2.0.3-SNAPSHOT
     [INFO] ------------------------------------------------------------------------
     [INFO]
     [INFO] >>> maven-eclipse-plugin:2.6:eclipse (default-cli) @ ipt >>>
     [INFO]
     [INFO] --- buildnumber-maven-plugin:1.0-beta-4:create (default) @ ipt ---
     [INFO] Checking for local modifications: skipped.
     [INFO] Updating project files from SCM: skipped.
     [INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
     [INFO] Working directory: C:\IOR_SVN\gbif-providertoolkit-read-only\gbif-ipt
     [INFO] Storing buildNumber: 3391 at timestamp: 1309767247372
     [INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
     [INFO] Working directory: C:\IOR_SVN\gbif-providertoolkit-read-only\gbif-ipt
     [INFO] Storing buildScmBranch: trunk
     [INFO]
     [INFO] <<< maven-eclipse-plugin:2.6:eclipse (default-cli) @ ipt <<<
     [INFO]
     [INFO] --- maven-eclipse-plugin:2.6:eclipse (default-cli) @ ipt ---
     [INFO] Adding support for WTP version 2.0.
     [INFO] Using Eclipse Workspace: null
     [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAIN
     ER
     [WARNING] Invalid POM for org.apache.struts:struts2-core:jar:2.0.5, transitive d
     ependencies (if any) will not be available, enable debug logging for more detail
     s
     [INFO] @@@ TRUE - Manifests are equal
     [INFO] Not writing Manifest file as it is unchanged: C:\IOR_SVN\gbif-providertoo
     lkit-read-only\gbif-ipt\src\main\webapp\META-INF\MANIFEST.MF
     [INFO] Wrote settings to C:\IOR_SVN\gbif-providertoolkit-read-only\gbif-ipt\.set
     tings\org.eclipse.jdt.core.prefs
     [INFO] Wrote Eclipse project for "ipt" to C:\IOR_SVN\gbif-providertoolkit-read-o
     nly\gbif-ipt.

So doing this method I get the my Java Folders recognized in the “Java Perspective” in eclipse, but when I go to the “Java EE” perspective then nothing is recognized there. So the source as well as the webapps folder does not get recognised.

In terms of versions, I use the SpringSource IDE version 2.3.1 and I use version 3 of maven (this version didn’t come with maven prebundled so I downloaded the latest maven)

  • 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-05-23T13:49:23+00:00Added an answer on May 23, 2026 at 1:49 pm

    I have seen this happen when you run eclipse:eclipse command, some of the eclipse project facets properties on eclipse are changing, To verify this do this in eclipse

    Select the project ==> properties ==> Project Facets ==> Dynamic Web Module (facets property)

    I think that property check box is not checked (hence eclipse won’t recognize your web project)

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

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am trying to understand how to use SyndicationItem to display feed which is
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I want use html5's new tag to play a wav file (currently only supported
I am trying to render a haml file in a javascript response like so:
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this

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.