|
16 | 16 | specific language governing permissions and limitations |
17 | 17 | under the License. |
18 | 18 | --> |
19 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 19 | +<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"> |
21 | 20 | <modelVersion>4.0.0</modelVersion> |
22 | 21 | <artifactId>cloud-client-ui</artifactId> |
23 | 22 | <name>Apache CloudStack Client UI</name> |
24 | 23 | <packaging>war</packaging> |
25 | 24 | <parent> |
26 | 25 | <groupId>org.apache.cloudstack</groupId> |
27 | 26 | <artifactId>cloudstack</artifactId> |
28 | | - <version>4.0.0-SNAPSHOT</version> |
| 27 | + <version>4.1.0-SNAPSHOT</version> |
29 | 28 | </parent> |
30 | 29 | <dependencies> |
31 | 30 | <dependency> |
|
152 | 151 | </goals> |
153 | 152 | <configuration> |
154 | 153 | <target> |
155 | | - <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes" > |
156 | | - <fileset dir="${basedir}/WEB-INF/classes" > |
| 154 | + <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes"> |
| 155 | + <fileset dir="${basedir}/WEB-INF/classes"> |
157 | 156 | <include name="resources/**/*" /> |
158 | 157 | </fileset> |
159 | 158 | </copy> |
160 | | - <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes/scripts" > |
| 159 | + <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes/scripts"> |
161 | 160 | <fileset dir="${basedir}/../scripts" /> |
162 | 161 | </copy> |
163 | | - <copy todir="${basedir}/target/generated-webapp" > |
| 162 | + <copy todir="${basedir}/target/generated-webapp"> |
164 | 163 | <fileset dir="${basedir}/../ui" /> |
165 | 164 | </copy> |
166 | 165 | <copy overwrite="true" todir="${basedir}/target/generated-webapp/WEB-INF/classes"> |
|
204 | 203 | </goals> |
205 | 204 | </pluginExecutionFilter> |
206 | 205 | <action> |
207 | | - <ignore></ignore> |
| 206 | + <ignore /> |
208 | 207 | </action> |
209 | 208 | </pluginExecution> |
210 | 209 | </pluginExecutions> |
|
0 commit comments