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

pom file error: the source.jar is not deployed correctly to maven #369

Closed
lijinliangyihao opened this issue Jan 31, 2023 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@lijinliangyihao
Copy link

Before, this plugin's goal is jar:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-source-plugin</artifactId>
    <executions>
        <execution>
            <id>attach-sources</id>
            <goals>
            <goal>jar</goal>
            </goals>
        </execution>
    </executions>
</plugin>

but now, it's jar-no-fork, and I can't download the source of easy mock(the sources only contains asm and bytebuddy)
I think the goal should be jar, not jar-no-fork.

@henri-tremblay henri-tremblay self-assigned this Jan 31, 2023
@henri-tremblay henri-tremblay added this to the 5.2.0 milestone Jan 31, 2023
@henri-tremblay
Copy link
Contributor

henri-tremblay commented Jan 31, 2023

I had the problem as well. I think 'jar' was causing another issue. But I will look at it. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants