File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed
storm-dist/src/main/assembly Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 249
249
</profiles >
250
250
251
251
<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 >
266
252
<site >
267
253
<id >storm.maven.website</id >
268
254
<name >Storm Website</name >
Original file line number Diff line number Diff line change 92
92
<source >${project.basedir}/../README.markdown</source >
93
93
<outputDirectory >/</outputDirectory >
94
94
</file >
95
+ <file >
96
+ <source >${project.basedir}/../DISCLAIMER</source >
97
+ <outputDirectory >/</outputDirectory >
98
+ </file >
99
+
95
100
<file >
96
101
<source >${project.basedir}/../CHANGELOG.md</source >
97
102
<outputDirectory >/</outputDirectory >
You can’t perform that action at this time.
0 commit comments