On 21 September 2011 01:10,  <ggreg...@apache.org> wrote:
> Author: ggregory
> Date: Wed Sep 21 00:10:56 2011
> New Revision: 1173434
>
> URL: http://svn.apache.org/viewvc?rev=1173434&view=rev
> Log:
> [CODEC-129] Use standard Maven directory layout.
>
> Modified:
>    commons/proper/codec/trunk/pom.xml
>
> Modified: commons/proper/codec/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1173434&r1=1173433&r2=1173434&view=diff
> ==============================================================================
> --- commons/proper/codec/trunk/pom.xml (original)
> +++ commons/proper/codec/trunk/pom.xml Wed Sep 21 00:10:56 2011
> @@ -247,6 +247,11 @@ limitations under the License.
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
> +          <!-- Remove descriptors element when commons-parent 22 is out? -->

No, it's not in CP22.

Not sure if it could/should be added.

> +          <descriptors>
> +            <descriptor>src/main/assembly/bin.xml</descriptor>
> +            <descriptor>src/main/assembly/src.xml</descriptor>
> +          </descriptors>
>           <tarLongFileMode>gnu</tarLongFileMode>
>         </configuration>
>       </plugin>
>
>
>

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

Reply via email to