parent-pom Questions

2

Solved

Consider a maven project with modules consists of some utilities (jar) and some poms for others to reference to if they want to use some of these utilities. e.g. inside the parent pom.xml <art...
Superannuated asked 6/5, 2016 at 0:44

6

Solved

I am new in using maven and jenkins. I am trying to inherit the dependencies from parent pom to child pom it shows the following errors: [ERROR] COMPILATION ERROR : [INFO] -----------------------...
Urbain asked 10/8, 2016 at 19:44

4

Solved

E.g.: <parent> <groupId>mycompany.trade.com</groupId> <artifactId>mycompany.trade.</artifactId> <version>1.1.1.0-SNAPSHOT</version> </parent> D...
Leash asked 6/11, 2011 at 10:28

2

Solved

I recently published three artifacts to Maven Central: https://search.maven.org/search?q=ced2ar3-rdb The three are part of the same project and are published concurrently. I'm now trying to build...
Tintinnabulation asked 4/9, 2018 at 20:1

9

I am using maven 3 to run the application but I am getting the following error: [ERROR] The build could not read 1 project -> [Help 1] org.apache.maven.project.ProjectBuildingException: Some pr...
Addition asked 6/4, 2016 at 12:9

17

Solved

I am trying to build my project but I get this: Non-resolvable parent POM: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:1.3.0.M3 from/to spring-snapshots (ht...
Tanika asked 20/8, 2015 at 17:50

6

Solved

When importing existing maven project into eclipse my root pom.xml is marked red. when i select on the pom.xml the message reads : Can't import project XYZ from an existing workspace folder T...
Toy asked 2/5, 2015 at 8:30

2

Solved

I'm working on a project in Maven and I'm trying to understand where certain settings are coming from in the effective pom. I want to trace backwards, so I can figure out which pom files need chang...
Incident asked 16/6, 2015 at 15:40

3

Solved

Is there a specific recommended approach to the inclusion of the spring-boot parent pom into projects that already have a required parent POM? What do you recommend for projects that need to exten...
Infancy asked 23/1, 2014 at 18:56

2

Solved

I'm new to Maven and Spring. The project runs in my local test environment, but not on the deployed system. On deployed system: I got a fresh installed Ubuntu with OpenSDK 10.0.1, Maven 3.5.2 I'm...
Clubby asked 28/5, 2018 at 18:14

0

I have a maven project where I need to share 2 levels of common project traits. One level is project-wide things like remote Maven repo (Artifactory), plugin versions, deps versions. The other is...
Rufescent asked 11/8, 2019 at 10:38

1

Solved

If I want to build my project with maven package, I get the warning from Maven: Some problems were encountered while building the effective model for ch.mobi.ama:logcollector:jar:1.0.0-SNAPSHOT [W...

5

This is an interesting problem and I can't tell if I am doing something wrong or it's a limitation of Maven. The simplest version of the scenario is that there is a parent POM, single child POM, a...
Pete asked 4/11, 2013 at 10:32

1

Solved

I was experimenting a little bit with Gradle but as mainly being a Maven user, some dependency scopes are confusing me … Some are identical to Maven: compile -> compile runtime -> runtime c...
Fukuoka asked 5/4, 2019 at 6:58

3

Solved

Is it possible to make properties in parent pom not overridable by the module pom? For example: if module pom says: <properties> <someProperty>some value to be replaced</properties&...
Quinlan asked 5/9, 2013 at 16:28

4

Solved

I'm following a tutorial for maven. I have a very simple project with a couple of modules inside. On the module pom I want to reference the main proyect pom version and group through ${parent.group...
Forging asked 21/11, 2012 at 19:7

0

I have a problem accessing parent.parent.version from grandchild pom. Here is the exact description of the problem: Parent pom: <groupId>com.parent</groupId> <artifactId>parent...
Nobby asked 26/7, 2018 at 14:12

3

Solved

Suppose we are working on mortgage sub-module, and we are directly using the Google Guava classes in module code, but the dependcy for the guava is defined in other sub-module under the same parent...

2

When using a private AWS S3 bucket as a Maven repo, there's plenty of working s3 wagon providers that work just fine for deploying and pulling dependencies using the s3://[bucket]/folder protocol. ...
Inerney asked 10/8, 2014 at 2:3

1

I am in a situation, it's been more than two weeks but I could not solve the problem. Sorry for the long description of the question. What I am trying to do is: I have two different projects, say ...
Olivenite asked 30/4, 2016 at 18:32

1

Solved

I am getting the following error in POM.xml for spring boot dependency. Missing artifact org.springframework.boot:spring-boot-starter-parent:jar:1.3.2.RELEASE I tried all the solutions given i...
Anlage asked 2/3, 2016 at 11:30

1

Solved

I am trying to use the maven-enforcer-plugin to ensure that one profile is activated (requireActiveProfile rule). See the second example on this page: Require Active Profile It works well with a s...
Zalea asked 30/10, 2015 at 18:3

1

Solved

I have a Maven project with a number of sub modules. Some of these sub modules are packaged as jar that are deployed to a Nexus Maven repository. The problem I have is that the packaged jar refere...
Seth asked 27/10, 2015 at 10:36

1

Solved

I have a parent pom defining in pluginManagement some configuration items for a plugin in which there is a particular one config. that I do not want in child pom. I tried overriding other configu...
Laporte asked 21/10, 2015 at 4:38

3

Solved

I want a parent pom to define some properties for numerous child poms to inherit. However when I try and use the artifactId within one of these properties in the parent pom, it duplicates in the ch...
Sparge asked 22/10, 2014 at 8:49

© 2022 - 2024 — McMap. All rights reserved.