-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maven plugin for azure #95
Comments
There is already a Maven package found: http://mvnrepository.com/artifact/com.microsoft.windowsazure/microsoft-windowsazure-api/0.2.2 |
I am aware of that, but that is not a maven plugin. That is the java azure sdk. |
I think this is a cool idea! It seems it cannot be assigned to michaelwiles ? Is he on the white list? |
I am not currently involved at all, I just figured I'd ask here about the maven plugin since this is where the java azure sdk is maintained and a plugin should probably be related to this especially from a visibility point of view and so that it fits in with the road map of azure on java. Currently what I have is very simple: I can go mvn install azure:deploy; in the pom I've configured the storage account string as well as the destination container and name. This then takes my built deployable and uploads it to blob storage. Not the actual azure package, this is the war of my application. My startup script on azure then pulls this out of blob storage and adds it to my tomcat. But ultimately I think I'd like to be able to build the whole azure package with maven and upload it to blob storage (much like the package.xml ant file does currently). This would be very useful as currently it is a manual/ant process. Maybe even long term we could use the rest interface onto azure in the cloud to load the package onto an instance and start it (if this is possible). That would be very convenient. |
fantastic idea! |
So what is the way forward? Should the maven plugin be stored here? Probably makes the most sense to centralise it all here. Maybe someone can pull what I have and put it somewhere? and we can build on that? |
update tests for linkinfo
Closed by accident (commit referenced this id, but was for a different repo) |
Closing stale issues. Reactivate if it should be reconsidered. |
API-wise, what should be its workflow? |
Oh nvm. For Blob storage there's a wagon somewhere on github. I was originally thinking about deploying into Azure Websites - Which I actually did, see azurator and its sample |
update tests for linkinfo
Add json dataset
Add json dataset
Add json dataset
Add json dataset
Add json dataset
Add json dataset
Add json dataset
Add json dataset
We work on azure with java and would find a maven plugin very useful.
I have already started work on this and so far have a plugin that can deploy maven artifacts to azure blob storage and could contribute this.
Our startup script then pulls this artifact out of blob storage and runs it...
Is maven on the plan? I'd be keen to contribute to this...
The text was updated successfully, but these errors were encountered: