Skip to content

Commit

Permalink
Deploy to nexus (#35)
Browse files Browse the repository at this point in the history
* MIGENG-236 added scanRunDate to WI model

* MIGENG-236 Modified rules to consider the field scanRunDate
Modified rules tests

* MIGENG-236 [PR] added scanRunDate to when condition

* MIGENG-236 Fixed tests adding scan run date check

* MIGENG-236 [PR] moved test for scan Run Date to Basic Fields block

* MIGENG-236 added info for deployment into nexus
  • Loading branch information
Jonathan Vila authored and mrizzi committed Jan 15, 2020
1 parent 6d5811c commit e84c302
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,22 @@
</build>
</profile>
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<scm>
<connection>scm:git:https://github.com/proj-xavier/xavier-analytics.git</connection>
<url>https://github.com/proj-xavier/xavier-analytics</url>
</scm>


</project>

0 comments on commit e84c302

Please sign in to comment.