Skip to content

Commit dbcd939

Browse files
committed
add DISCLAIMER file
1 parent 375e7a4 commit dbcd939

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

DISCLAIMER

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Apache Storm is an effort undergoing incubation at the Apache Software
2+
Foundation (ASF), sponsored by the Apache Incubator PMC.
3+
4+
Incubation is required of all newly accepted projects until a further review
5+
indicates that the infrastructure, communications, and decision making process
6+
have stabilized in a manner consistent with other successful ASF projects.
7+
8+
While incubation status is not necessarily a reflection of the completeness
9+
or stability of the code, it does indicate that the project has yet to be
10+
fully endorsed by the ASF.

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -249,20 +249,6 @@
249249
</profiles>
250250

251251
<distributionManagement>
252-
<repository>
253-
<uniqueVersion>false</uniqueVersion>
254-
<id>releases</id>
255-
<name>Local Release Repo</name>
256-
<url>file:///tmp/repo/</url>
257-
<layout>default</layout>
258-
</repository>
259-
<snapshotRepository>
260-
<uniqueVersion>false</uniqueVersion>
261-
<id>snapshots</id>
262-
<name>Local Snapshot Repo</name>
263-
<url>file:///tmp/repo/</url>
264-
<layout>default</layout>
265-
</snapshotRepository>
266252
<site>
267253
<id>storm.maven.website</id>
268254
<name>Storm Website</name>

storm-dist/src/main/assembly/binary.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
<source>${project.basedir}/../README.markdown</source>
9393
<outputDirectory>/</outputDirectory>
9494
</file>
95+
<file>
96+
<source>${project.basedir}/../DISCLAIMER</source>
97+
<outputDirectory>/</outputDirectory>
98+
</file>
99+
95100
<file>
96101
<source>${project.basedir}/../CHANGELOG.md</source>
97102
<outputDirectory>/</outputDirectory>

0 commit comments

Comments
 (0)