Skip to content

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

Description

@lijinliangyihao

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions