UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

Publish to public repository #54

Closed nblair closed 10 years ago

nblair commented 10 years ago

In alignment with Issue #50, I've modified the Maven pom.xml to point to UW's "Public" artifact repository (rather than the private internal). This will make it easier for UW and external developers alike to retrieve the artifact via Maven, as no credentials are required to download from the Public repository.

These changes do require a License and NOTICE file be added to the product.

nblair commented 10 years ago

I've verified I can perform the Maven release "prepare" goal with these changes on my local branch; I then rolled it back. Once it's officially merged, then I can run the complete process.