question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Simplify adding *-image profile configuration

See original GitHub issue

Given that the profile declarations are in the helidon-se or helidon-mp parent poms, adding configuration in the application pom is either verbose or somewhat ugly.

The ugly solution is to use global properties with fully qualified names, e.g.

<native.image.buildShared>false<\native.image.buildShared>

The more natural solution is to use a configuration element:

<configuration>
    <buildShared>false<\buildShared>
<\configuration>

The only way I know to add that configuration and retain the profile behavior is by duplicating the parent <profile> declaration. Hopefully there is a less verbose way to do this.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
batsattcommented, Apr 15, 2020

We won’t get completions, but you can already just set properties in the pom; this is certainly the easiest thing to document.

0reactions
batsattcommented, Apr 16, 2020

Yes, we could do that as well, although you obviously have to navigate to the parent to see them.

We still need our docs to point at something that describes each property, though; Joe’s new docs point at the plugin docs for this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding support for the WebP image file ... - Simplify Your Web
Go to the media global configuration (System -> Global Configuration -> Media). The media global configuration The media global settings. Add ...
Read more >
Allow Directory users to change their profile and photo
For details, go to Add information to a user's Directory profile. Allow or disallow users to edit their profile. Before you begin: To...
Read more >
Settings for profile photo visibility | LinkedIn Help
Settings for profile photo visibility · Click the Me icon at top of your LinkedIn homepage. · Click View Profile. · Click Edit...
Read more >
Assign an Image Profile to Hosts - VMware Docs
Run Add-EsxSoftwareDepot to add the software depot that contains the image profile to the PowerCLI session. Depot Type, Cmdlet. Remote depot ...
Read more >
Create or edit Configuration Profiles for iOS, macOS, or tvOS
Create a new configuration profile or open existing · Understand the layout of the user interface · Enter general configuration settings · Add...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found