#391 [RFE] Allow positional args to be specified in .ini
Closed: Dropped 2 years ago by tkopecek. Opened 7 years ago by tkopecek.

Forwarding RFE:

It would be helpful to be able to specify the build target inside the ini file for a brew maven-chain build. This would avoid the need to always specify the target on the command line. Ideally, it would work like this:

  1. User would specify the target in a default/global section at the top of the ini file.
  2. User could specify a different target in specific sections to override the default one
  3. If the user specifies a target on the command line it would override any targets specified in the ini file.

Putting the target in the ini sounds reasonable on the surface.

However, I'm not sure how workable it is to have different targets across the chain.

There are certainly cases where having different targets across the chain would work, like different dest tags that are inherited by the same build tag. I'm ok with giving people the ability to do this, and if they do it wrong, then user error.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue close_status updated to: Dropped
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata