[QFJ-986] Publish sources for quickfixj-core Created: 17/Sep/19 Updated: 18/Sep/19 Resolved: 17/Sep/19 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Build |
| Affects Version/s: | 2.1.1 |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Default |
| Reporter: | Gili | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The source-code of quickfixj-core (and maybe others?) are not published to Maven Central, making it harder for developers to use this library. Please publish the source-code using https://bitbucket.org/simpligility/ossrh-pipeline-demo/src/4a6fdd4432e5625e62602559a133530e9ffa408a/pom.xml#lines-63 as an example. |
| Comments |
| Comment by Christoph John [ 17/Sep/19 ] |
|
We publish to Sonatype repo and if I am not mistaken it goes to Maven Central from there. Also the sources. E.g. https://repo1.maven.org/maven2/org/quickfixj/quickfixj-core/2.1.1/quickfixj-core-2.1.1-sources.jar |
| Comment by Gili [ 18/Sep/19 ] |
|
You're right. I'm able to download the sources now. I'm not sure why this failed before. Thanks! |