-
Notifications
You must be signed in to change notification settings - Fork 147
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
Impossible to Build the Project Due Broken jcabi-xcop
Check
#3957
Comments
I got similar issue and had to disable <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>jcabi-xcop</id>
<phase>none</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin> |
@yegor256 Could you have a look, please? |
@volodya-lombrozo having the same issue. I'm just wondering why it passes on master branch |
@volodya-lombrozo @h1alexbel I had the same issue today and fixed it. You need to update your local |
@maxonfjvipon indeed, now it works. Thanks! |
feat(#3957): Mention `xcop` in `README`
I pull repository (
master
branch) and then run the following command:I get the following error immediately:
Thus, it's impossible to build the project.
The text was updated successfully, but these errors were encountered: