|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 3 | <parent>
|
6 | 4 | <artifactId>siddhi</artifactId>
|
7 | 5 | <groupId>org.wso2.siddhi</groupId>
|
8 |
| - <version>2.2.0-SNAPSHOT</version> |
| 6 | + <version>2.2.0</version> |
9 | 7 | <relativePath>../../pom.xml</relativePath>
|
10 | 8 |
|
11 | 9 | </parent>
|
|
136 | 134 | </goals>
|
137 | 135 | <configuration>
|
138 | 136 | <tasks>
|
139 |
| - <copy todir="${dest.dir}/jar-with-dependencies" |
140 |
| - includeemptydirs="false"> |
| 137 | + <copy todir="${dest.dir}/jar-with-dependencies" includeemptydirs="false"> |
141 | 138 | <fileset dir="target">
|
142 |
| - <include name="**/*.jar"/> |
| 139 | + <include name="**/*.jar" /> |
143 | 140 | </fileset>
|
144 | 141 | </copy>
|
145 |
| - <copy todir="${dest.dir}/samples" overwrite="false" |
146 |
| - includeemptydirs="false"> |
| 142 | + <copy todir="${dest.dir}/samples" overwrite="false" includeemptydirs="false"> |
147 | 143 | <fileset dir="../samples">
|
148 |
| - <exclude name="**/build/**"/> |
| 144 | + <exclude name="**/build/**" /> |
149 | 145 | </fileset>
|
150 | 146 | </copy>
|
151 | 147 | <copy todir="${dest.dir}/jars" includeemptydirs="false">
|
152 | 148 | <fileset dir="${dest.dir}/samples/lib">
|
153 |
| - <include name="**/siddhi*.jar"/> |
| 149 | + <include name="**/siddhi*.jar" /> |
154 | 150 | </fileset>
|
155 | 151 | </copy>
|
156 |
| - <copy todir="${dest.dir}/" overwrite="false" |
157 |
| - includeemptydirs="false"> |
| 152 | + <copy todir="${dest.dir}/" overwrite="false" includeemptydirs="false"> |
158 | 153 | <fileset dir="../../">
|
159 |
| - <include name="**/README.txt"/> |
| 154 | + <include name="**/README.txt" /> |
160 | 155 | </fileset>
|
161 | 156 | </copy>
|
162 | 157 | <zip destfile="target/siddhi-${project.version}.zip">
|
163 |
| - <zipfileset dir="target/temp"/> |
| 158 | + <zipfileset dir="target/temp" /> |
164 | 159 | </zip>
|
165 |
| - <delete dir="target/temp"/> |
| 160 | + <delete dir="target/temp" /> |
166 | 161 | </tasks>
|
167 | 162 | </configuration>
|
168 | 163 | </execution>
|
|
0 commit comments