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

skip option is missing #414

Closed
yegor256 opened this issue Aug 22, 2024 · 6 comments
Closed

skip option is missing #414

yegor256 opened this issue Aug 22, 2024 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@yegor256
Copy link

I'm trying to do this:

          <plugin>
            <groupId>com.github.volodya-lombrozo</groupId>
            <artifactId>jtcop-maven-plugin</artifactId>
            <version>1.2.4</version>
            <executions>
              <execution>
                <phase>verify</phase>
                <goals>
                  <goal>check</goal>
                </goals>
                <configuration>
                  <skip>true</skip>
                </configuration>
              </execution>
            </executions>
          </plugin>

However, it doesn't work. The skip parameter is a good practice for Maven plugins.

@yegor256
Copy link
Author

@volodya-lombrozo please, pay attention to this

@volodya-lombrozo
Copy link
Owner

@yegor256 Could you try it one more time with 1.3.1 version please? I added skip option.

@yegor256
Copy link
Author

@yegor256
Copy link
Author

@volodya-lombrozo still nothing. are you sure it's released?

@volodya-lombrozo
Copy link
Owner

@yegor256 Thank you! Actually I had some problems with authetification in Nexus. So, I fixed the problem and released the 1.3.1 version properly and It has already appear at https://repo1.maven.org/maven2/com/github/volodya-lombrozo/jtcop-maven-plugin/. Could you try one more time, please?

@yegor256
Copy link
Author

@volodya-lombrozo now it works, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants