Skip to content

Commit 8768350

Browse files
author
Pavan Rangani
committed
Update distribution repo to nexus3
1 parent 227a20f commit 8768350

File tree

2 files changed

+57
-59
lines changed

2 files changed

+57
-59
lines changed

org.ektorp/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
</dependency>
9595
</dependencies>
9696

97-
<distributionManagement>
98-
<repository>
99-
<id>nexus3-releases</id>
100-
<url>http://nexus3.dreamworld.solutions:8081/repository/maven-releases</url>
101-
</repository>
102-
<snapshotRepository>
103-
<id>nexus3-snapshots</id>
104-
<url>http://nexus3.dreamworld.solutions:8081/repository/maven-snapshots</url>
105-
</snapshotRepository>
106-
</distributionManagement>
97+
<distributionManagement>
98+
<repository>
99+
<id>nexus-releases</id>
100+
<url>http://nexus.dream-world.in/content/repositories/releases</url>
101+
</repository>
102+
<snapshotRepository>
103+
<id>nexus-snapshots</id>
104+
<url>http://nexus.dream-world.in/content/repositories/snapshots</url>
105+
</snapshotRepository>
106+
</distributionManagement>
107107
</project>

pom.xml

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
<artifactId>maven-compiler-plugin</artifactId>
169169
<version>2.4</version>
170170
<configuration>
171-
<source>1.6</source>
172-
<target>1.6</target>
171+
<source>1.8</source>
172+
<target>1.8</target>
173173
<encoding>UTF-8</encoding>
174174
</configuration>
175175
</plugin>
@@ -214,42 +214,42 @@
214214
</execution>
215215
</executions>
216216
</plugin>
217-
<plugin>
218-
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
219-
<artifactId>maven-javadoc-plugin</artifactId>
220-
<version>2.10.4</version>
221-
<configuration>
222-
<additionalparam>${javadoc.opts}</additionalparam>
223-
</configuration>
224-
<executions>
225-
<execution>
226-
<id>attach-javadocs</id>
227-
<goals>
228-
<goal>jar</goal>
229-
</goals>
230-
</execution>
231-
</executions>
232-
</plugin>
233-
<plugin>
234-
<groupId>org.codehaus.mojo</groupId>
235-
<artifactId>findbugs-maven-plugin</artifactId>
236-
<configuration>
237-
<skip>${findbugs.skip}</skip>
238-
<fork>true</fork>
239-
<includeTests>${findbugs.includeTests}</includeTests>
240-
</configuration>
241-
<executions>
242-
<execution>
243-
<phase>verify</phase>
244-
<goals>
245-
<goal>check</goal>
246-
</goals>
247-
<configuration>
248-
<skip>false</skip>
249-
</configuration>
250-
</execution>
251-
</executions>
252-
</plugin>
217+
<!-- <plugin> -->
218+
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
219+
<!-- <artifactId>maven-javadoc-plugin</artifactId> -->
220+
<!-- <version>2.10.4</version> -->
221+
<!-- <configuration> -->
222+
<!-- <additionalparam>${javadoc.opts}</additionalparam> -->
223+
<!-- </configuration> -->
224+
<!-- <executions> -->
225+
<!-- <execution> -->
226+
<!-- <id>attach-javadocs</id> -->
227+
<!-- <goals> -->
228+
<!-- <goal>jar</goal> -->
229+
<!-- </goals> -->
230+
<!-- </execution> -->
231+
<!-- </executions> -->
232+
<!-- </plugin> -->
233+
<!-- <plugin> -->
234+
<!-- <groupId>org.codehaus.mojo</groupId> -->
235+
<!-- <artifactId>findbugs-maven-plugin</artifactId> -->
236+
<!-- <configuration> -->
237+
<!-- <skip>${findbugs.skip}</skip> -->
238+
<!-- <fork>true</fork> -->
239+
<!-- <includeTests>${findbugs.includeTests}</includeTests> -->
240+
<!-- </configuration> -->
241+
<!-- <executions> -->
242+
<!-- <execution> -->
243+
<!-- <phase>verify</phase> -->
244+
<!-- <goals> -->
245+
<!-- <goal>check</goal> -->
246+
<!-- </goals> -->
247+
<!-- <configuration> -->
248+
<!-- <skip>false</skip> -->
249+
<!-- </configuration> -->
250+
<!-- </execution> -->
251+
<!-- </executions> -->
252+
<!-- </plugin> -->
253253
</plugins>
254254
<resources>
255255
<resource>
@@ -269,17 +269,15 @@
269269
</testResources>
270270
</build>
271271
<distributionManagement>
272-
<snapshotRepository>
273-
<id>sonatype-nexus-snapshots</id>
274-
<name>Sonatype Nexus Snapshots</name>
275-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
276-
</snapshotRepository>
277-
<repository>
278-
<id>sonatype-nexus-staging</id>
279-
<name>Nexus Release Repository</name>
280-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
281-
</repository>
282-
</distributionManagement>
272+
<repository>
273+
<id>nexus-releases</id>
274+
<url>http://nexus.dream-world.in/content/repositories/releases</url>
275+
</repository>
276+
<snapshotRepository>
277+
<id>nexus-snapshots</id>
278+
<url>http://nexus.dream-world.in/content/repositories/snapshots</url>
279+
</snapshotRepository>
280+
</distributionManagement>
283281
<profiles>
284282
<profile>
285283
<id>release-sign-artifacts</id>

0 commit comments

Comments
 (0)