Skip to content
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

Closed
michaelwiles opened this issue Jun 14, 2012 · 10 comments
Closed

maven plugin for azure #95

michaelwiles opened this issue Jun 14, 2012 · 10 comments
Milestone

Comments

@michaelwiles
Copy link

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...

@joostdenijs
Copy link
Contributor

@michaelwiles
Copy link
Author

I am aware of that, but that is not a maven plugin. That is the java azure sdk.

@joostdenijs joostdenijs reopened this Jun 21, 2012
@gcheng
Copy link

gcheng commented Jul 5, 2012

I think this is a cool idea! It seems it cannot be assigned to michaelwiles ? Is he on the white list?

@michaelwiles
Copy link
Author

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.

@gcheng
Copy link

gcheng commented Jul 6, 2012

fantastic idea!

@michaelwiles
Copy link
Author

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?

joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
Renaming domain data objects. fixes Azure#95 fixes Azure#108
joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
@jcookems
Copy link
Contributor

Closed by accident (commit referenced this id, but was for a different repo)

@jcookems jcookems reopened this Jan 19, 2013
@matt-gibbs
Copy link
Contributor

Closing stale issues. Reactivate if it should be reconsidered.

@aldrinleal
Copy link

API-wise, what should be its workflow?

@aldrinleal
Copy link

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

jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Mar 4, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants