Skip to content

Commit

Permalink
Merge pull request #30 from WhiteOrganization/maven-deploy-hotfix
Browse files Browse the repository at this point in the history
JavaDocs Deployment Hotfix
  • Loading branch information
obed-vazquez authored Dec 17, 2022
2 parents be5dcac + c740178 commit 6f0c491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WebDriver webDriver=util.driver;
The framework will also take care of the entire configuration of the Drivers, you just need to specify what supported WebExplorers do you want to run your scenarios on.


* Version: [0.3.0](https://github.com/orgs/WhiteOrganization/packages)
* Version: [0.3.1](https://github.com/orgs/WhiteOrganization/packages)

This is still in development and some methods are being constantly added as they are used. Please help us by requesting those you need or need more detailed documentation.

Expand All @@ -48,7 +48,7 @@ by including it in your POM](https://maven.pkg.github.com/whiteorganization/whit
<dependency>
<groupId>io.github.whiteorganization</groupId>
<artifactId>white-selenium-framework</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```
If used on a long-term heavy-use project we recommend:
Expand All @@ -61,7 +61,7 @@ If used on a long-term heavy-use project we recommend:
<dependency>
<groupId>io.github.whiteorganization</groupId>
<artifactId>white-selenium-framework</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<!-- You need to manually import this library due to lack of maintenance on White_SeleniumFramework -->
<exclusions>
<exclusion>
Expand Down Expand Up @@ -101,7 +101,7 @@ and import the dependency like this:
<dependency>
<groupId>com.github.WhiteOrganization</groupId>
<artifactId>White_SeleniumFramework</artifactId>
<version>white-selenium-framework-0.3.0</version>
<version>white-selenium-framework-0.3.1</version>
</dependency>
```

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.whiteorganization</groupId>
<artifactId>white-selenium-framework</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>A Selenium Framework that will help to execute tests and custom scenarios faster and reduce the effort
to access many sections Selenium related.
Expand Down Expand Up @@ -181,9 +181,6 @@
<value>sonatype</value>
</property>
</activation>
<properties>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>
<distributionManagement>
<!-- region Sonatype -->
<!-- You need to configure credentials for the organization ossrh in your maven settings to deploy to the repo
Expand Down Expand Up @@ -299,7 +296,7 @@
</execution>
</executions>
<configuration>
<additionalparam>-Xdoclint:all -Xdoclint:-missing</additionalparam>
<additionalparam>-Xdoclint:all -Xdoclint:none</additionalparam>
<additionalJOptions>
<additionalJOption>-Xdoclint:all</additionalJOption>
<additionalJOption>-Xdoclint:-missing</additionalJOption>
Expand Down Expand Up @@ -328,6 +325,7 @@
<!-- endregion GPG Signed -->

<!-- endregion Sonatype Plugins -->

</plugins>
</build>
</profile>
Expand Down

0 comments on commit 6f0c491

Please sign in to comment.