Re: Module log4j-core-its not in MC

2017-08-30 Thread Ralph Goers
We publish unit test jars. Those contain test classes with some value for testing end user applications. Ralph > On Aug 30, 2017, at 8:28 AM, Matt Sicker wrote: > > https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.logging.log4j%22%20AND%20a%3A%22log4j-api%22 > https://search.mave

Re: Module log4j-core-its not in MC

2017-08-30 Thread Ralph Goers
Yes, I manually deleted that before publishing to central. I can’t think of any reason why anyone would need that as a dependency. The release process used to manually delete several other modules but I modified the poms to have the deploy goal be ignored. Apparently I missed core-its. That will

Re: Module log4j-core-its not in MC

2017-08-30 Thread Matt Sicker
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.logging.log4j%22%20AND%20a%3A%22log4j-api%22 https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.logging.log4j%22%20AND%20a%3A%22log4j-core%22 So it looks like we do have a history of publishing unit test jars. I think you h

Re: Module log4j-core-its not in MC

2017-08-30 Thread Gary Gregory
But I think that is a _good_ thing to have all modules published. Gary On Wed, Aug 30, 2017 at 9:20 AM, Matt Sicker wrote: > I was the one who published 2.8.2, and I think I simply forgot to delete > that from the staging repo before releasing. > > On 30 August 2017 at 09:46, Gary Gregory wrot

Re: Module log4j-core-its not in MC

2017-08-30 Thread Matt Sicker
I was the one who published 2.8.2, and I think I simply forgot to delete that from the staging repo before releasing. On 30 August 2017 at 09:46, Gary Gregory wrote: > Hi All, > > My build is going fine with 2.9.0 from MC but I do not see the > log4j-core-its in MC: > > https://search.maven.org/

Module log4j-core-its not in MC

2017-08-30 Thread Gary Gregory
Hi All, My build is going fine with 2.9.0 from MC but I do not see the log4j-core-its in MC: https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22log4j-core-its%22 Shouldn't it be there? Gary