Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

102
Views
Where is the default maven-release-plugin defined?

mvn:effective-pom claims my project uses

          <plugin>
            <artifactId>maven-release-plugin</artifactId>
            <version>2.3.2</version>
          </plugin>

but nowhere in the project I have this defined. I tried grepping in the project dir and in the apache-maven dir for "maven-release" but it didn't find anything interesting.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

If the version is not defined in the or sections of your pom or parent pm. It will depend on the maven version you are using.

over 4 years ago · Santiago Trujillo Report

0

It's defined in one of the parent POMs, or in the Super POM, which is an implicit parent of every other POM.

Here's how the Super POM looks like for Maven version 3.3.9: https://maven.apache.org/ref/3.3.9/maven-model-builder/super-pom.html

the relevant snippet:

    <plugin>
      <artifactId>maven-release-plugin</artifactId>
      <version>2.3.2</version>
    </plugin>
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!