-
Updated
Apr 4, 2022 - Java
#
pom
Here are 382 public repositories matching this topic...
Maven plugin that helps the user sort pom.xml.
Store project dependencies alongside your code for reproducible offline builds
-
Updated
Apr 11, 2019 - Groovy
-
Updated
Jan 1, 2020 - Java
Java Client of the Spark Job Server implementing the arranged Rest APIs
-
Updated
Jun 4, 2021 - Java
apigee-config-maven-plugin
profile
devops
automation
continuous-integration
edges
maven-plugin
kvm
pom
apigee
multi
management-api
config-entities
envconfig
apigee-edge
-
Updated
Apr 1, 2022 - Java
GWT Boot: BOMs and POMs, Starters, Dependencies and Parent
-
Updated
May 4, 2021
pmckeown
commented
Jan 17, 2022
To recreate:
- Turn off dependency track.
- Run the following
mvn io.github.pmckeown:dependency-track-maven-plugin:upload-bom - BUILD SUCCESS is printed
Expected behaviour:
Plugin run should fail with an error message if the server could not be reached.
This is the pdf report plugin library written for testng/selenium frameworks, this listener will generate the pdf report on testcases execution, its very simple to configure no need to write any code.
-
Updated
Feb 8, 2017 - Java
Parsing Java's pom.xml and properly returning the json object, including attributes and values.
-
Updated
Nov 26, 2019 - JavaScript
abdennour
commented
Jan 20, 2022
Under build>plugins >plugin(artifactId=maven-compiler-plugin) > configuration> target
example 1 working with Java 15
<build>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>15</source>
<target>15</target>
</configuration>
</plugin>
....
</build>example 2 Worki
Python library provides page factory approach to implement page object model in selenium
-
Updated
Nov 9, 2021 - Python
Behavior Driven Development Cucumber - Selenium based automation framework including Cucumber Pretty, Advanced and Allure reports
selenium
selenium-java
cucumber
allure
pom
cucumber-framework
allure-report
test-reporting
cucumber-reports
mvn-jetty
testing-framework
masterthought
cucumber-java
execution-video
-
Updated
Aug 7, 2019 - HTML
A Page Object Model for Appium
capybara
pom
appium
appium-ios
automated-testing
appium-tests
appium-android
automation-test
siteprism
pageobjectmodel
appium-driver
appium-appom
appium-ruby
-
Updated
Aug 14, 2021 - Ruby
Selenium Webdriver 3.11.0 integration with Cucumber.
docker
quality
sonarqube
selenium-java
gherkin
cucumber
pom
selenium-webdriver
predefined-steps
selenium-cucumber
-
Updated
Jan 5, 2022 - Java
-
Updated
Nov 11, 2021 - Java
-
Updated
Oct 9, 2019 - Python
Ready to use UI Test Automation Architecture using Java and Selenium WebDriver
java
continuous-integration
extentreports
selenium-java
test-automation
test-framework
assertj
pom
webdrivermanager
selenium-webdriver
testng
automated-testing
testing-framework
github-actions
-
Updated
May 7, 2021 - Java
Selenium Python Template with UNITTEST
-
Updated
May 21, 2018 - Python
Improve this page
Add a description, image, and links to the pom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pom topic, visit your repo's landing page and select "manage topics."


Context
Problem description:
The README states a common pitfall when hosting the maven local repo (MLR) below the root folder of the reactor execution (i.e. where the pom.xml is). https://github.com/jgitver/jgitver-maven-plugin#build-fail-because-all-project-plugins--dependencies-resolve-to-the-same-version
The recommended workaround is to 'config