Removing the Arquillian profiles present in the main pom.xml
See original GitHub issueIs your task related to a problem? Please describe
While building the project I used the mvn clean install
command to build the project. After the build completed successfully, there were two profiles with dependencies arquillian-cube-openshift-starter
and arquillian-cube-kubernetes-starter
which were not resolved even after the build completed successfully. On further investigation what I figured out was that maybe these two profiles are really not required when we build our project. Is there a reason they are still there or can they be removed?
Describe the solution you’d like
Remove the two profiles corresponding to arquillian-cube-openshift-starter
and arquillian-cube-kubernetes-starter
Describe alternatives you’ve considered
Let them stay in main pom.xml file
Additional context
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Getting Started · Arquillian Guides
Go ahead and open up the pom.xml in your editor. You should see an XML file containing basic project information, a build section...
Read more >arquillian-examples/pom.xml at master - GitHub
This repository hosts the example projects that are covered in the Arquillian Guides as well as several additional examples. - arquillian-examples/pom.xml ...
Read more >Could not create new instance of class org.jboss.arquillian.test ...
The pom.xml of the project has some of the profiles like arquillian-weld-ee-embedded, arquillian-glassfish-embedded, and arquillian-jbossas-managed.and none ...
Read more >Java EE 7 Web Profile Maven pom.xml Using Arquillian ...
Update: Removed unnecessary eclipselink dependency 2017-02-27 14:46; Update: Changed skipTests value to false in Surefire dependency in the ...
Read more >What's New in Arquillian Eclipse
The Arquillian support can be added/removed by right-clicking the project and selecting Configure>Add/Remove Arquillian support. The project has to be a maven ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m sure you got a warning about a missing profile 😉
This dependency
under the
itests-Kubernetes
profile doesn’t get resolved even after I run themvn clean verify -Pitests-kubernetes