adjust releng settings
diff --git a/pom.xml b/pom.xml
index fb0ead1..23c265c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,6 +329,56 @@
 					<url>https://repo.eclipse.org/content/repositories/osbp-snapshots/</url>
 				</snapshotRepository>
 			</distributionManagement>
+			<pluginRepositories>
+				<pluginRepository>
+					<id>osbp-nexus-release</id>
+					<name>OSBP Nexus Release</name>
+					<url>${distribution.repository.release.url}</url>
+					<releases>
+						<enabled>true</enabled>
+					</releases>
+					<snapshots>
+						<enabled>false</enabled>
+					</snapshots>
+				</pluginRepository>
+				<pluginRepository>
+					<id>osbp-nexus-snapshots</id>
+					<name>OSBP Nexus Snapshots</name>
+					<url>${distribution.repository.snapshot.url}</url>
+					<releases>
+						<enabled>false</enabled>
+					</releases>
+					<snapshots>
+						<updatePolicy>always</updatePolicy>
+						<enabled>true</enabled>
+					</snapshots>
+				</pluginRepository>
+			</pluginRepositories>
+			<repositories>
+	            <repository>
+	                <id>osbp-nexus-snapshots</id>
+	                <name>OSBP Nexus Snapshots</name>
+	                <url>${distribution.repository.snapshot.url}</url>
+	                <releases>
+	                    <enabled>false</enabled>
+	                </releases>
+	                <snapshots>
+	                    <updatePolicy>always</updatePolicy>
+	                    <enabled>true</enabled>
+	                </snapshots>
+	            </repository>
+	            <repository>
+					<id>osbp-nexus-release</id>
+	                <name>OSBP Nexus Release</name>
+	                <url>${distribution.repository.release.url}</url>
+	                <releases>
+	                    <enabled>true</enabled>
+	                </releases>
+	                <snapshots>
+	                    <enabled>false</enabled>
+	                </snapshots>
+	            </repository>
+			</repositories>	
 
 		</profile>
 		<profile>
@@ -363,6 +413,56 @@
 					<url>${distribution.site.url}</url>
 				</site>
 			</distributionManagement>
+			<pluginRepositories>
+				<pluginRepository>
+					<id>osbp-nexus-release</id>
+					<name>OSBP Nexus Release</name>
+					<url>${distribution.repository.release.url}</url>
+					<releases>
+						<enabled>true</enabled>
+					</releases>
+					<snapshots>
+						<enabled>false</enabled>
+					</snapshots>
+				</pluginRepository>
+				<pluginRepository>
+					<id>osbp-nexus-snapshots</id>
+					<name>OSBP Nexus Snapshots</name>
+					<url>${distribution.repository.snapshot.url}</url>
+					<releases>
+						<enabled>false</enabled>
+					</releases>
+					<snapshots>
+						<updatePolicy>always</updatePolicy>
+						<enabled>true</enabled>
+					</snapshots>
+				</pluginRepository>
+			</pluginRepositories>
+			<repositories>
+	            <repository>
+	                <id>osbp-nexus-snapshots</id>
+	                <name>OSBP Nexus Snapshots</name>
+	                <url>${distribution.repository.snapshot.url}</url>
+	                <releases>
+	                    <enabled>false</enabled>
+	                </releases>
+	                <snapshots>
+	                    <updatePolicy>always</updatePolicy>
+	                    <enabled>true</enabled>
+	                </snapshots>
+	            </repository>
+	            <repository>
+					<id>osbp-nexus-release</id>
+	                <name>OSBP Nexus Release</name>
+	                <url>${distribution.repository.release.url}</url>
+	                <releases>
+	                    <enabled>true</enabled>
+	                </releases>
+	                <snapshots>
+	                    <enabled>false</enabled>
+	                </snapshots>
+	            </repository>
+			</repositories>	
 
 		</profile>