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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:04:35+00:00 2026-05-29T17:04:35+00:00

this is a snippet from a multi-module parent pom. How can I run a

  • 0

this is a snippet from a multi-module parent pom. How can I run a goal in all submodules of the project?


<modules>
    <module>../utp</module>
    <module>../testdependency</module>
</modules>

When I try to run this goal by mvn -am -pl utp help:evaluate -Dexpression=project.artifactId, I’ll only get the result for the parent pom, I don’t get any result for the utp and eventual dependencies.
How can I run a goal on all submodules of a project?

  • 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-29T17:04:38+00:00Added an answer on May 29, 2026 at 5:04 pm

    As per the documentation, we could use help:evaluate to evaluate some Maven expressions.

    This works in an interactive way or takes artifact and expression as parameter. It reports the result for the project if run on the project pom or the artifact if run without a pom.

    It is not meant to give the artifact details for all dependencies.

    Not sure what your requirement is… If it is to get the various dependency details, you could try one of the goals of maven dependency plugin, like mvn dependency:list or mvn dependency:tree. If it is to know if the versions of the dependencies are upto date, you could try a goal in versions maven plugin like mvn display-dependency-updates.

    Edit:

    Plugins which are defined in <pluginManagement> section of parent pom are run only in those modules, where these <plugins> are declared. In other modules, they are not run. Perhaps mvn help:effective-pom can give some info.

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

Sidebar

Related Questions

Can someone explain what the dict class is used for? This snippet is from
I am trying to run this snippet from http://www.ibm.com/developerworks/linux/library/l-prog3.html on a python 2.6 runtime.
This snippet from official website works as expected: $treeObject = Doctrine::getTable('Category')->getTree(); $rootColumnName = $treeObject->getAttribute('rootColumnName');
This code snippet is from C# in Depth static bool AreReferencesEqual<T>(T first, T second)
This is a code snippet from O'Reilly Learning Opencv, cvNamedWindow(Example3, CV_WINDOW_AUTOSIZE); g_capture = cvCreateFileCapture(argv[1]);
What's wrong with this snippet of code? import numpy as np from scipy import
From this site: http://www.toymaker.info/Games/html/vertex_shaders.html We have the following code snippet: // transformations provided by
I have this snippet from apple sample code LazyTableImages . In the code below
This snippet is from an earlier answer here on SO. It is about a
I grabbed this snippet from another question: <script type='text/javascript' > $(document).ready(function () { $(div.content

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.