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

Define artifacts resulting from an application build #7

Open
hugithordarson opened this issue Jul 9, 2021 · 2 comments
Open

Define artifacts resulting from an application build #7

hugithordarson opened this issue Jul 9, 2021 · 2 comments

Comments

@hugithordarson
Copy link
Contributor

To make the plugin play nice with other plugins, having it define a primary artifact might be a capital idea

@hugithordarson hugithordarson changed the title We might want to specify a primary artifact Deploy goal fails. Probably missing a primary artifact Jul 13, 2021
@paulhoadley
Copy link
Contributor

This one is interesting. For reference, wolifecycle will produce:

Juno.woapplication.tar.gz
Juno.wowebserverresources.tar.gz

and both of those get shipped to your Maven repo on deploy. We're going to need to replicate something similar, aren't we—with or without the WSR part, though you've just shipped the performSplit option! (It might be a conversation for another ticket, but is "split install" a deployment anachronism? I mean, we currently use it, but as discussed elsewhere, there's no real need to when you're running appserver and webserver on the same box. I suppose the residual use case is where you're not.)

In any case, we need some way to ship the WOA bundle, don't we?

@hugithordarson
Copy link
Contributor Author

hugithordarson commented Jul 2, 2023

Yeah, this one probably needs solving, for exactly the reasons you mention. In fact I think the whole artifact thing needs a little cleanup. I've always used rsync to deploy the woa folder so I hadn't really hit this.

@hugithordarson hugithordarson reopened this Jul 2, 2023
@hugithordarson hugithordarson changed the title Deploy goal fails. Probably missing a primary artifact Define artifacts resulting from an application build Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants