Skip to content

Commit

Permalink
Merge pull request #8 from apache/elharo-patch-1
Browse files Browse the repository at this point in the history
docs: grammar
  • Loading branch information
elharo authored Feb 23, 2020
2 parents 7d20101 + 29fddbc commit fec0848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ ${project.name}

Why?

plexus-utils consisted mostly of code that was forked from various apache projects.
plexus-utils consisted mostly of code that was forked from various Apache projects.
maven-shared-utils is based on the original from the Apache sources.

Why not commons?

We would prefer code to use commons-* code where appropriate, but the plexus-utils became
We would prefer code to use commons-* where appropriate, but the plexus-utils became
slightly incompatible (different) from the commons over the years, so migrating is not
always a 1:1 operation. Migrating to maven-shared-utils is a 1:1 operation in most cases.

Expand All @@ -55,7 +55,7 @@ Relation to Commons-*
classes into our own private package to prevent classpath clashes.

This is the reason why any public API in maven-shared-utils must
avoid to expose commons-io classes directly. Most times it's sufficient
to just create an empty subclass and expose that instead.
avoid exposing commons-io classes directly. Most times it's sufficient
to create an empty subclass and expose that instead.

[]

0 comments on commit fec0848

Please sign in to comment.