|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
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"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - |
5 | | - <groupId>com.zsmartsystems.zigbee</groupId> |
6 | | - <artifactId>com.zsmartsystems.zigbee.autocode</artifactId> |
7 | | - <packaging>jar</packaging> |
8 | | - |
9 | | - <properties> |
10 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
11 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
12 | | - <maven.main.skip>true</maven.main.skip> |
13 | | - </properties> |
14 | | - |
15 | | - <parent> |
16 | | - <groupId>com.zsmartsystems</groupId> |
17 | | - <artifactId>zigbee</artifactId> |
18 | | - <version>1.4.12-SNAPSHOT</version> |
19 | | - </parent> |
20 | | - |
21 | | - <build> |
22 | | - <plugins> |
23 | | - <plugin> |
24 | | - <groupId>org.apache.maven.plugins</groupId> |
25 | | - <artifactId>maven-jar-plugin</artifactId> |
26 | | - <version>2.5</version> |
27 | | - </plugin> |
28 | | - |
29 | | - <plugin> |
| 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"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + |
| 7 | + <groupId>com.zsmartsystems.zigbee</groupId> |
| 8 | + <artifactId>com.zsmartsystems.zigbee.autocode</artifactId> |
| 9 | + <packaging>jar</packaging> |
| 10 | + |
| 11 | + <properties> |
| 12 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 13 | + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 14 | + <maven.main.skip>true</maven.main.skip> |
| 15 | + </properties> |
| 16 | + |
| 17 | + <parent> |
| 18 | + <groupId>com.zsmartsystems</groupId> |
| 19 | + <artifactId>zigbee</artifactId> |
| 20 | + <version>1.4.12-SNAPSHOT</version> |
| 21 | + </parent> |
| 22 | + |
| 23 | + <build> |
| 24 | + <plugins> |
| 25 | + <plugin> |
| 26 | + <groupId>org.apache.maven.plugins</groupId> |
| 27 | + <artifactId>maven-jar-plugin</artifactId> |
| 28 | + <version>2.5</version> |
| 29 | + </plugin> |
| 30 | + |
| 31 | + <plugin> |
30 | 32 | <groupId>org.apache.maven.plugins</groupId> |
31 | 33 | <artifactId>maven-source-plugin</artifactId> |
32 | 34 | <executions> |
|
42 | 44 | <groupId>org.codehaus.mojo</groupId> |
43 | 45 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
44 | 46 | <configuration> |
| 47 | + <skip>true</skip> |
45 | 48 | </configuration> |
46 | | - <executions> |
47 | | - <execution> |
48 | | - <id>animal-sniffer</id> |
49 | | - <phase /> |
50 | | - </execution> |
51 | | - </executions> |
52 | 49 | </plugin> |
53 | | - </plugins> |
54 | | - </build> |
| 50 | + </plugins> |
| 51 | + </build> |
55 | 52 |
|
56 | | - <dependencies> |
| 53 | + <dependencies> |
57 | 54 |
|
58 | | - </dependencies> |
| 55 | + </dependencies> |
59 | 56 |
|
60 | 57 | </project> |
0 commit comments