Skip to content

Commit cf1f05b

Browse files
committed
Move the assembly folder to its standard location.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1697090 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5c754f5 commit cf1f05b

3 files changed

Lines changed: 90 additions & 90 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ limitations under the License.
279279
<version>2.5.5</version>
280280
<configuration>
281281
<descriptors>
282-
<descriptor>src/main/assembly/bin.xml</descriptor>
283-
<descriptor>src/main/assembly/src.xml</descriptor>
282+
<descriptor>src/assembly/bin.xml</descriptor>
283+
<descriptor>src/assembly/src.xml</descriptor>
284284
</descriptors>
285285
<tarLongFileMode>gnu</tarLongFileMode>
286286
</configuration>
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
-->
17-
<assembly>
18-
<id>bin</id>
19-
<formats>
20-
<format>tar.gz</format>
21-
<format>zip</format>
22-
</formats>
23-
<includeSiteDirectory>false</includeSiteDirectory>
24-
<fileSets>
25-
<fileSet>
26-
<includes>
27-
<include>LICENSE.txt</include>
28-
<include>NOTICE.txt</include>
29-
<include>RELEASE-NOTES.txt</include>
30-
</includes>
31-
</fileSet>
32-
<fileSet>
33-
<directory>target</directory>
34-
<outputDirectory></outputDirectory>
35-
<includes>
36-
<include>*.jar</include>
37-
</includes>
38-
</fileSet>
39-
<fileSet>
40-
<directory>target/site/apidocs</directory>
41-
<outputDirectory>apidocs</outputDirectory>
42-
</fileSet>
43-
</fileSets>
44-
</assembly>
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<assembly>
18+
<id>bin</id>
19+
<formats>
20+
<format>tar.gz</format>
21+
<format>zip</format>
22+
</formats>
23+
<includeSiteDirectory>false</includeSiteDirectory>
24+
<fileSets>
25+
<fileSet>
26+
<includes>
27+
<include>LICENSE.txt</include>
28+
<include>NOTICE.txt</include>
29+
<include>RELEASE-NOTES.txt</include>
30+
</includes>
31+
</fileSet>
32+
<fileSet>
33+
<directory>target</directory>
34+
<outputDirectory></outputDirectory>
35+
<includes>
36+
<include>*.jar</include>
37+
</includes>
38+
</fileSet>
39+
<fileSet>
40+
<directory>target/site/apidocs</directory>
41+
<outputDirectory>apidocs</outputDirectory>
42+
</fileSet>
43+
</fileSets>
44+
</assembly>
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. You may obtain a copy of the License at
8-
9-
http://www.apache.org/licenses/LICENSE-2.0
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
-->
17-
<assembly>
18-
<id>src</id>
19-
<formats>
20-
<format>tar.gz</format>
21-
<format>zip</format>
22-
</formats>
23-
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
24-
<fileSets>
25-
<fileSet>
26-
<includes>
27-
<include>build.properties.sample</include>
28-
<include>build.xml</include>
29-
<include>checkstyle.xml</include>
30-
<include>default.properties</include>
31-
<include>LICENSE.txt</include>
32-
<include>LICENSE-header.txt</include>
33-
<include>NOTICE.txt</include>
34-
<include>pmd.xml</include>
35-
<include>pom.xml</include>
36-
<include>RELEASE-NOTES*.txt</include>
37-
<include>TODO</include>
38-
</includes>
39-
</fileSet>
40-
<fileSet>
41-
<directory>src</directory>
42-
</fileSet>
43-
</fileSets>
44-
</assembly>
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<assembly>
18+
<id>src</id>
19+
<formats>
20+
<format>tar.gz</format>
21+
<format>zip</format>
22+
</formats>
23+
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
24+
<fileSets>
25+
<fileSet>
26+
<includes>
27+
<include>build.properties.sample</include>
28+
<include>build.xml</include>
29+
<include>checkstyle.xml</include>
30+
<include>default.properties</include>
31+
<include>LICENSE.txt</include>
32+
<include>LICENSE-header.txt</include>
33+
<include>NOTICE.txt</include>
34+
<include>pmd.xml</include>
35+
<include>pom.xml</include>
36+
<include>RELEASE-NOTES*.txt</include>
37+
<include>TODO</include>
38+
</includes>
39+
</fileSet>
40+
<fileSet>
41+
<directory>src</directory>
42+
</fileSet>
43+
</fileSets>
44+
</assembly>

0 commit comments

Comments
 (0)