Fix core source-jar, added maven-source-plugin#283
Fix core source-jar, added maven-source-plugin#283spelbergnl wants to merge 1 commit intoeasymock:masterfrom spelbergnl:Fix-core-source-jar
Conversation
|
Are you sure about that? I think it does, but only during the |
|
It seems you are right. However, I still struggle to understand why. |
|
The problem is that the |
|
No. Look at line 555 in the pom file |
|
You are right, in the What probably happened is that the 4.3 release was not created using that profile. Would there be a way to fix it and release 4.3.1 with sources included? Also, what would be a way to prevent this from happening again? |
|
Good question. But I will investigate. And try to push the missing version. The same deployment process has been used for years without this issue. So I think Maven or the source plugin changed. |
Hi, I noticed that the file
easymock-4.3-sources.jardoes not contain the sources for easymock itself. This merge request fixes this.