Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to execute goal com.assertthat.plugins:assertthat-bdd-maven-plugin:1.3:features (features) on project assertthat-bdd-maven-example: Execution features of goal com.assertthat.plugins:assertthat-bdd-maven-plugin:1.3:features failed: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated #2

Open
gajulapallibharath-reddy-empower opened this issue Nov 3, 2020 · 0 comments

Comments

@gajulapallibharath-reddy-empower

Hi team,

Downloaded assertthat/assertthat-bdd-maven-example Project and did maven build. But Build is failed .
getting below error :
Failed to execute goal com.assertthat.plugins:assertthat-bdd-maven-plugin:1.3:features (features) on project assertthat-bdd-maven-example: Execution features of goal com.assertthat.plugins:assertthat-bdd-maven-plugin:1.3:features failed: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated.

AsserThat BDD Plugin definition :

        <plugin>
            <groupId>com.assertthat.plugins</groupId>
            <artifactId>assertthat-bdd-maven-plugin</artifactId>
            <version>1.3</version>
            <configuration>
                <projectId>14000</projectId>
                <!--Optional can be supplied as environment variable ASSERTTHAT_ACCESS_KEY -->
                <accessKey>gjlrdd</accessKey>
                <!--Optional can be supplied as environment variable ASSERTTHAT_SECRET_KEY -->
                <secretKey>XXXXXX</secretKey>
                <jiraServerUrl>https://dev-jira.XCompanydomain.com/</jiraServerUrl>
            </configuration>
            <executions>
                <execution>
                    <configuration>
                       
                    </configuration>
                    <id>features</id>
                      <goals>
                        <goal>features</goal>
                    </goals>
                    <phase>pre-integration-test</phase>
                </execution>
                <execution>
                    <id>report</id>
                    <goals>
                        <goal>report</goal>
                    </goals>
                    <phase>post-integration-test</phase>
                    <configuration>
                       
                    </configuration>
                </execution>
            </executions>
        </plugin>
        <!--AssertThat BDD plugin definition end-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant