Hi Charles,

Charles Honton wrote:

> I am incorrect about the contents of the sources zip.   It does contain
> all the files under source control.
> 
> As a test, I replaced
> ~/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-
src.jar

??

The default release profile of Maven normally produces an <artifactId>-
sources.jar containing the plain sources and resources. This is a defacto 
standard ... you can check that looking at search.maven.org.

> with the distribution commons-lang3-3.5-src.zip.  Using the eclipse IDE, I
> navigated from the use of StringUtils.join() to its source.

The <artifactId>-src.zip and <artifactId>-src.tar.gz are the source 
artifacts we provide in Apache's download area. Each must contain everything 
to build the release. This is what we effectively vote on. Anything else is 
just for convenience of our clients (including the complete stuff in the 
Maven repository).

> I will test IntelliJ soon.  Are there any other IDEs that should be
> tested?

If we continue to provide our artifacts on Maven central for convenience 
then we should also match the standards. Anything else does not make sense.

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to