Skip to content

Commit

Permalink
add DISCLAIMER file
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed Jan 20, 2014
1 parent 375e7a4 commit dbcd939
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
10 changes: 10 additions & 0 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Apache Storm is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.

Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.

While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,20 +249,6 @@
</profiles>

<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>releases</id>
<name>Local Release Repo</name>
<url>file:///tmp/repo/</url>
<layout>default</layout>
</repository>
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>snapshots</id>
<name>Local Snapshot Repo</name>
<url>file:///tmp/repo/</url>
<layout>default</layout>
</snapshotRepository>
<site>
<id>storm.maven.website</id>
<name>Storm Website</name>
Expand Down
5 changes: 5 additions & 0 deletions storm-dist/src/main/assembly/binary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<source>${project.basedir}/../README.markdown</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>${project.basedir}/../DISCLAIMER</source>
<outputDirectory>/</outputDirectory>
</file>

<file>
<source>${project.basedir}/../CHANGELOG.md</source>
<outputDirectory>/</outputDirectory>
Expand Down

0 comments on commit dbcd939

Please sign in to comment.