Sanjay S
Committed by Thomas Vachuska

Modified pom to change the indentation, part of code review comment

Change-Id: I41ed3fb0de23231bfd46dca3348f73debfc21b5b
...@@ -13,135 +13,135 @@ ...@@ -13,135 +13,135 @@
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and 14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License. 15 ~ limitations under the License.
16 - --> 16 + -->
17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 18 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19 - <modelVersion>4.0.0</modelVersion> 19 + <modelVersion>4.0.0</modelVersion>
20 20
21 - <parent> 21 + <parent>
22 - <groupId>org.onosproject</groupId> 22 + <groupId>org.onosproject</groupId>
23 - <artifactId>onos-netconf-providers</artifactId> 23 + <artifactId>onos-netconf-providers</artifactId>
24 - <version>1.2.0-SNAPSHOT</version> 24 + <version>1.2.0-SNAPSHOT</version>
25 - <relativePath>../pom.xml</relativePath> 25 + <relativePath>../pom.xml</relativePath>
26 - </parent> 26 + </parent>
27 27
28 - <artifactId>onos-netconf-provider-device</artifactId> 28 + <artifactId>onos-netconf-provider-device</artifactId>
29 - <packaging>bundle</packaging> 29 + <packaging>bundle</packaging>
30 30
31 - <description>ONOS Netconf protocol device provider</description> 31 + <description>ONOS Netconf protocol device provider</description>
32 - <build> 32 + <build>
33 - <plugins> 33 + <plugins>
34 - <plugin> 34 + <plugin>
35 - <groupId>org.apache.maven.plugins</groupId> 35 + <groupId>org.apache.maven.plugins</groupId>
36 - <artifactId>maven-shade-plugin</artifactId> 36 + <artifactId>maven-shade-plugin</artifactId>
37 - <version>2.3</version> 37 + <version>2.3</version>
38 - <configuration> 38 + <configuration>
39 - <filters> 39 + <filters>
40 - <filter> 40 + <filter>
41 - <artifact>com.tailf:JNC</artifact> 41 + <artifact>com.tailf:JNC</artifact>
42 - <includes> 42 + <includes>
43 - <include>com/tailf/jnc/**</include> 43 + <include>com/tailf/jnc/**</include>
44 - </includes> 44 + </includes>
45 - </filter> 45 + </filter>
46 - <filter> 46 + <filter>
47 - <artifact>ch.ethz.ganymed:ganymed-ssh2</artifact> 47 + <artifact>ch.ethz.ganymed:ganymed-ssh2</artifact>
48 - <includes> 48 + <includes>
49 - <include>ch/ethz/ssh2/**</include> 49 + <include>ch/ethz/ssh2/**</include>
50 - </includes> 50 + </includes>
51 - </filter> 51 + </filter>
52 - <filter> 52 + <filter>
53 - <artifact>org.jdom:jdom2</artifact> 53 + <artifact>org.jdom:jdom2</artifact>
54 - <includes> 54 + <includes>
55 - <include>org/jdom2/**</include> 55 + <include>org/jdom2/**</include>
56 - </includes> 56 + </includes>
57 - </filter> 57 + </filter>
58 - </filters> 58 + </filters>
59 - </configuration> 59 + </configuration>
60 - <executions> 60 + <executions>
61 - <execution> 61 + <execution>
62 - <phase>package</phase> 62 + <phase>package</phase>
63 - <goals> 63 + <goals>
64 - <goal>shade</goal> 64 + <goal>shade</goal>
65 - </goals> 65 + </goals>
66 - </execution> 66 + </execution>
67 - </executions> 67 + </executions>
68 - </plugin> 68 + </plugin>
69 - <plugin> 69 + <plugin>
70 - <groupId>org.apache.felix</groupId> 70 + <groupId>org.apache.felix</groupId>
71 - <artifactId>maven-scr-plugin</artifactId> 71 + <artifactId>maven-scr-plugin</artifactId>
72 - </plugin> 72 + </plugin>
73 - <plugin> 73 + <plugin>
74 - <groupId>org.apache.felix</groupId> 74 + <groupId>org.apache.felix</groupId>
75 - <artifactId>maven-bundle-plugin</artifactId> 75 + <artifactId>maven-bundle-plugin</artifactId>
76 - <configuration> 76 + <configuration>
77 - <instructions> 77 + <instructions>
78 - <Export-Package> 78 + <Export-Package>
79 - com.tailf.jnc, 79 + com.tailf.jnc,
80 - ch.ethz.ssh2, 80 + ch.ethz.ssh2,
81 - ch.ethz.ssh2.auth, 81 + ch.ethz.ssh2.auth,
82 - ch.ethz.ssh2.channel, 82 + ch.ethz.ssh2.channel,
83 - ch.ethz.ssh2.crypto, 83 + ch.ethz.ssh2.crypto,
84 - ch.ethz.ssh2.crypto.cipher, 84 + ch.ethz.ssh2.crypto.cipher,
85 - ch.ethz.ssh2.crypto.dh, 85 + ch.ethz.ssh2.crypto.dh,
86 - ch.ethz.ssh2.crypto.digest, 86 + ch.ethz.ssh2.crypto.digest,
87 - ch.ethz.ssh2.log, 87 + ch.ethz.ssh2.log,
88 - ch.ethz.ssh2.packets, 88 + ch.ethz.ssh2.packets,
89 - ch.ethz.ssh2.server, 89 + ch.ethz.ssh2.server,
90 - ch.ethz.ssh2.sftp, 90 + ch.ethz.ssh2.sftp,
91 - ch.ethz.ssh2.signature, 91 + ch.ethz.ssh2.signature,
92 - ch.ethz.ssh2.transport, 92 + ch.ethz.ssh2.transport,
93 - ch.ethz.ssh2.util, 93 + ch.ethz.ssh2.util,
94 - org.jdom2, 94 + org.jdom2,
95 - org.jdom2.input, 95 + org.jdom2.input,
96 - org.jdom2.output, 96 + org.jdom2.output,
97 - org.jdom2.adapters, 97 + org.jdom2.adapters,
98 - org.jdom2.filter, 98 + org.jdom2.filter,
99 - org.jdom2.internal, 99 + org.jdom2.internal,
100 - org.jdom2.located, 100 + org.jdom2.located,
101 - org.jdom2.transform, 101 + org.jdom2.transform,
102 - org.jdom2.util, 102 + org.jdom2.util,
103 - org.jdom2.xpath, 103 + org.jdom2.xpath,
104 - org.jdom2.input.sax, 104 + org.jdom2.input.sax,
105 - org.jdom2.input.stax, 105 + org.jdom2.input.stax,
106 - org.jdom2.output.support, 106 + org.jdom2.output.support,
107 - org.jdom2.xpath.jaxen, 107 + org.jdom2.xpath.jaxen,
108 - org.jdom2.xpath.util 108 + org.jdom2.xpath.util
109 - </Export-Package> 109 + </Export-Package>
110 - </instructions> 110 + </instructions>
111 - </configuration> 111 + </configuration>
112 - </plugin> 112 + </plugin>
113 - <plugin> 113 + <plugin>
114 - <groupId>org.onosproject</groupId> 114 + <groupId>org.onosproject</groupId>
115 - <artifactId>onos-maven-plugin</artifactId> 115 + <artifactId>onos-maven-plugin</artifactId>
116 - </plugin> 116 + </plugin>
117 - </plugins> 117 + </plugins>
118 - </build> 118 + </build>
119 - <dependencies> 119 + <dependencies>
120 - <dependency> 120 + <dependency>
121 - <groupId>org.osgi</groupId> 121 + <groupId>org.osgi</groupId>
122 - <artifactId>org.osgi.compendium</artifactId> 122 + <artifactId>org.osgi.compendium</artifactId>
123 - </dependency> 123 + </dependency>
124 - <dependency> 124 + <dependency>
125 - <groupId>ch.ethz.ganymed</groupId> 125 + <groupId>ch.ethz.ganymed</groupId>
126 - <artifactId>ganymed-ssh2</artifactId> 126 + <artifactId>ganymed-ssh2</artifactId>
127 - <version>262</version> 127 + <version>262</version>
128 - </dependency> 128 + </dependency>
129 - <dependency> 129 + <dependency>
130 - <!-- TODO: change this appropriately when the official TailF JNC is available --> 130 + <!-- TODO: change this appropriately when the official TailF JNC is available -->
131 - <groupId>org.onosproject</groupId> 131 + <groupId>org.onosproject</groupId>
132 - <artifactId>jnc</artifactId> 132 + <artifactId>jnc</artifactId>
133 - <version>1.0</version> 133 + <version>1.0</version>
134 - </dependency> 134 + </dependency>
135 - <dependency> 135 + <dependency>
136 - <groupId>org.jdom</groupId> 136 + <groupId>org.jdom</groupId>
137 - <artifactId>jdom2</artifactId> 137 + <artifactId>jdom2</artifactId>
138 - <version>2.0.5</version> 138 + <version>2.0.5</version>
139 - </dependency> 139 + </dependency>
140 - <dependency> 140 + <dependency>
141 - <groupId>jaxen</groupId> 141 + <groupId>jaxen</groupId>
142 - <artifactId>jaxen</artifactId> 142 + <artifactId>jaxen</artifactId>
143 - <version>1.1.4</version> 143 + <version>1.1.4</version>
144 - <optional>true</optional> 144 + <optional>true</optional>
145 - </dependency> 145 + </dependency>
146 - </dependencies> 146 + </dependencies>
147 </project> 147 </project>
......