summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)1-29/+29
2019-04-09Added VNFM Simulator projectrokenny2-1/+35
2019-04-04PNF WF post instantiation configurationeeginux1-13/+15
2019-03-27Added nss library to avoid ssl errorsRamesh Parthasarathy1-1/+1
2019-03-13Create VNFM adapter shellMichaelMorris1-0/+30
2018-11-21Fix PropertySmokowski, Steve (ss835w)1-1/+1
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty2-2/+2
2018-09-25Fix the groupid for so-monitoringByung-Woo Jun1-1/+1
2018-09-20Update LoggingSmokowski, Steve (ss835w)2-198/+172
2018-09-19Addition of Dockerfile/logback for SO-Monitoringroot2-1/+35
2018-09-12Add onap-ca.crt to dockerBrian Freeman2-1/+33
2018-09-04Fix LogbackSmokowski, Steve (ss835w)1-1/+0
2018-08-31Update LoggingSmokowski, Steve (ss835w)1-23/+2
2018-08-23Rename asdc-controller docker imageRob Daugherty2-3/+3
2018-08-21openstack_adapter container fails to startRob Daugherty1-1/+2
2018-08-20Docker naming conventionRob Daugherty2-11/+11
2018-08-10Fix Session TimeSmokowski, Steve (ss835w)1-1/+1
2018-08-08Remove Unused FilesSmokowski, Steve (ss835w)28-5607/+1
2018-08-03Support for docker-compose in heat environmentRob Daugherty20-1247/+112
2018-08-01Create so/vfc-adapter docker imageRob Daugherty1-0/+30
2018-08-01Fix ArrayIndexOutOfBoundsException in docker buildRob Daugherty1-1/+1
2018-08-01Build docker imagesRob Daugherty5-97/+492
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)196-25803/+3789
2018-07-20Update docker image name to onap/soArthur Martella1-2/+2
2018-07-17dmaap host and port configuration for pnf featureLukasz Muszkieta1-3/+2
2018-05-23Fix library CVEs in SOchenying831-15/+33
2018-05-10Add onap/so alias to docker buildArthur Martella1-0/+2
2018-05-10Resolved License Issues for packagessanchitap4-0/+0
2018-04-26Fix library CVEs in SOchenying831-1/+1
2018-04-24Support for new AAI certificateRob Daugherty1-1/+1
2018-04-23Fix library CVEs in SOchenying831-4/+57
2018-04-13Add mso-asdc-controller-config to mso-docker.jsonArthur Martella1-0/+5
2018-04-12correct the copyright info arquuillianSeshu-Kumar-M2-0/+0
2018-04-05Add docker pull/push registry definitions to pomRob Daugherty1-6/+10
2018-03-27Dependency version updates for BeijingRob Daugherty8-27/+29
2018-03-21SO License issuesSeshu-Kumar-M1-0/+0
2018-03-21SO License issue fix take 3Seshu-Kumar-M1-0/+0
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty17-54/+292
2018-03-09Revert Reduce log noise/warningsRob Daugherty13-1178/+1181
2018-03-09Remove redundant groupId inherited from parentMunir Ahmad2-2/+0
2018-03-08Reduce log noise/warnings format to conventionsMarcus G K Williams13-1181/+1178
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella4-10/+10
2017-12-28Fixed git clone to point at gerritdfilppi1-5/+20
2017-12-01Bump minor versionJessica Wagantall4-4/+4
2017-11-16changed artifact versionseshukm4-4/+4
2017-11-14Add the --fresh option to update-ca-certificatesRob Daugherty1-1/+1
2017-11-08Clean up Process Engine selection logicRob Daugherty2-13/+0
2017-11-03fix for arquillian build failure.seshukm1-2/+2
2017-11-03Fix for the snapshot in Arqullian Testsseshukm1-1/+1
2017-10-26Merge "Add wait-for.sh to control container boot order"Rob Daugherty2-1/+88
="c"> by OParent --> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <versionRange>2.17,)</versionRange> <goals> <goal>check</goal> </goals> </pluginExecutionFilter> <action> <ignore/> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> <!-- maven-site-plugin config is provided by OParent --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.6</version> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>2.10</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <!-- version managed by oparent ${jacocoVersion}</version> --> <executions> <!-- disable jacoco executions from oparent --> <execution> <id>pre-unit-test</id> <phase>none</phase> </execution> <execution> <id>post-unit-test</id> <phase>none</phase> </execution> <execution> <id>pre-integration-test</id> <phase>none</phase> </execution> <execution> <id>post-integration-test</id> <phase>none</phase> </execution> <!-- Order matters --> <execution> <id>portal-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> <configuration> <destFile>${sonar.jacoco.reportPath}</destFile> </configuration> </execution> <!-- offline instrumentation for PowerMock --> <execution> <id>portal-offline-instrument</id> <goals> <goal>instrument</goal> </goals> </execution> <execution> <id>portal-restore-instrumented-classes</id> <phase>test</phase> <goals> <goal>restore-instrumented-classes</goal> </goals> </execution> <execution> <id>portal-post-unit-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> <configuration> <dataFile>${sonar.jacoco.reportPath}</dataFile> <outputDirectory>${project.basedir}/target/site/jacoco</outputDirectory> </configuration> </execution> </executions> </plugin> </plugins> </pluginManagement> <plugins> <!-- Compile to Java 1.8 class output format --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <!-- Include project version in jar --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <configuration> <archive> <manifestEntries> <archive-version>${project.version}</archive-version> </manifestEntries> </archive> </configuration> </plugin> <!-- Generate javadoc jar; see profile for Java 8 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <!-- Generate source jar --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <!-- defined in oparent <version>1.6.7</version> --> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> </plugin> </plugins> </build> <distributionManagement> <!-- Override the OParent sections which use id "ecomp-releases" etc. The IDs MUST match Jenkins template values. --> <repository> <id>releases</id> <name>ONAP - Release Repository</name> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> <!-- no support for a "stagingRepository" --> <snapshotRepository> <id>snapshots</id> <name>ONAP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> <!-- Javadocs --> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url> </site> </distributionManagement> </project>