Skip to content

Alternative Entry Points#15

Open
artur-ott wants to merge 1 commit intorockfireredmoon:masterfrom
artur-ott:master
Open

Alternative Entry Points#15
artur-ott wants to merge 1 commit intorockfireredmoon:masterfrom
artur-ott:master

Conversation

@artur-ott
Copy link
Copy Markdown

An improvement in handling alternative entry points set in the configuration file.

Configuration example:

<plugin>
  <groupId>io.github.rockfireredmoon</groupId>
  <artifactId>getdown-maven-plugin</artifactId>
  <version>0.9.1</version>
  ...
  <executions>
	 <execution>
		...
		<configuration>
		   ...
		   <alternativeEntryPoints>
			  <entryPoint>
				 <appId>id</appId>
				 <mainClass>MainClass</mainClass>
				 <appargs>
					<apparg>myAppArg</apparg>
				 </appargs>
			  </entryPoint>
		   </alternativeEntryPoints>
		</configuration>
	 </execution>
  </executions>
</plugin>

creates an entry in getdown.xml:

# Alternative entry points
id.class = MainClass
id.apparg = myAppArg

@dornwelt
Copy link
Copy Markdown

dornwelt commented Nov 6, 2019

Cool, I need that feature too, please merge it!

@guymahieu
Copy link
Copy Markdown

Is it possible to indicate if this pull request has any chance of being merged in the near future?
If not I'll have to change our built to use a fork that contains it.

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

Successfully merging this pull request may close these issues.

3 participants