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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:24:41+00:00 2026-06-04T23:24:41+00:00

Our project team would like to switch from ant to maven for our build

  • 0

Our project team would like to switch from ant to maven for our build and CI so I’m getting to grips with it by following the Sonatype “Maven By Example” book.

I’m using m2e, with the internal maven that m2e installs.

I’ve created a project using the maven-archetype-quickstart and have not modified it in any way. It builds just fine, however when I run as.. with goal “site” nothing is produced in my project’s target folder, or anywhere else that I can find. Here’s the output:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building quickstart 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-site-plugin:2.0.1:site (default-site) @ quickstart ---
Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-   skin/maven-metadata.xml
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/maven-metadata.xml (370 B at 2.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.759s
[INFO] Finished at: Fri May 25 08:46:54 BST 2012
[INFO] Final Memory: 10M/110M
[INFO] ------------------------------------------------------------------------

Is this because I’m using the internal m2e maven? do I need to install maven separately?

  • 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-04T23:24:43+00:00Added an answer on June 4, 2026 at 11:24 pm

    First of all, from my experience, it is definitely good idea to use external Maven installation with m2e. I had some troubles (of other kind) with embedded Maven and I don’t recommend using it.

    Now about your problem: I don’t know if it’s m2e’s embedded Maven or some kind of your mistake or misunderstanding, but I’ve just generated simple project using the same quickstart archetype and everything works ok. I have output like this:

        [INFO] Scanning for projects...
        [INFO]
        [INFO] ------------------------------------------------------------------------
        [INFO] Building tester 1.0-SNAPSHOT
        [INFO] ------------------------------------------------------------------------
        [INFO]
        [INFO] --- maven-site-plugin:3.0:site (default-site) @ tester ---
        [WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
        [WARNING]
        [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
        [WARNING]
        [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
        [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
        [INFO] Relativizing decoration links with respect to project URL: http://maven.apache.org
        [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
        [INFO] Generating "Distribution Management" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "About" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Dependencies" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Project Plugins" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Continuous Integration" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.4
        [INFO] Generating "Project Summary" report    --- maven-project-info-reports-plugin:2.4
        [INFO] ------------------------------------------------------------------------
        [INFO] BUILD SUCCESS
        [INFO] ------------------------------------------------------------------------
        [INFO] Total time: 4.046s
        [INFO] Finished at: Fri May 25 10:10:35 CEST 2012
        [INFO] Final Memory: 9M/28M
        [INFO] ------------------------------------------------------------------------
    

    And – as expected – site is generated under target/site.

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

Sidebar

Related Questions

Recently I've changed our team build project file from: <SolutionToBuild Include=$(SolutionRoot)/OurSolution.sln> to <SolutionToBuild Include=$(SolutionRoot)/**/*.csproj>
My team and I are hosting our project's repository on Google Code. We would
A project I'm working on is suffering from some minor performance issues. Our team
I'm putting a large codebase into Team Foundation Server. I would like the build
Our team has some code guidelines that I would like to enforce via stylecop
my team have built many tools for our project using win forms and Visual
So my team is just starting to use branches on our project, and we've
Our team and project got really big and we can no longer sustain it.
Our team is currently working on a large project which makes heavy use of
In our team we have a database project in visual Studio 2008 which is

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.