File tree 2 files changed +59
-1
lines changed
2 files changed +59
-1
lines changed Original file line number Diff line number Diff line change
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 >zip</format >
21
+ </formats >
22
+ <fileSets >
23
+ <fileSet >
24
+ <directory >${project.basedir}</directory >
25
+ <outputDirectory ></outputDirectory >
26
+ <excludes >
27
+ <exclude >**/target/**</exclude >
28
+ <exclude >**/.*/**</exclude >
29
+ </excludes >
30
+ </fileSet >
31
+ </fileSets >
32
+ </assembly >
Original file line number Diff line number Diff line change 32
32
<relativePath >tika-parent/pom.xml</relativePath >
33
33
</parent >
34
34
35
- <artifactId >tika-reactor </artifactId >
35
+ <artifactId >tika</artifactId >
36
36
<packaging >pom</packaging >
37
37
<name >Apache Tika</name >
38
38
<url >http://lucene.apache.org/tika/</url >
72
72
</plugins >
73
73
</build >
74
74
75
+ <profiles >
76
+ <profile >
77
+ <id >apache-release</id >
78
+ <build >
79
+ <plugins >
80
+ <plugin >
81
+ <artifactId >maven-assembly-plugin</artifactId >
82
+ <executions >
83
+ <execution >
84
+ <goals >
85
+ <goal >single</goal >
86
+ </goals >
87
+ <phase >package</phase >
88
+ <configuration >
89
+ <descriptors >
90
+ <descriptor >assembly.xml</descriptor >
91
+ </descriptors >
92
+ </configuration >
93
+ </execution >
94
+ </executions >
95
+ </plugin >
96
+ </plugins >
97
+ </build >
98
+ </profile >
99
+ </profiles >
100
+
75
101
</project >
You can’t perform that action at this time.
0 commit comments