Disable to generate a resource

12 views
Skip to first unread message

cmou...@redhat.com

unread,
Nov 23, 2017, 10:49:37 AM11/23/17
to fabric8
Hi,

Can we tell to f-m-p to by example not generate a Route yaml|json file and of course not include it within the kubernetes or Openshift file ?

Regards

Charles

Charles Moulliard

unread,
Nov 27, 2017, 5:16:32 AM11/27/17
to fabric8
The answer is : add an exclusion parameter 

                   <plugin>
                        <groupId>io.fabric8</groupId>
                        <artifactId>fabric8-maven-plugin</artifactId>
                        <version>${maven-fabric8.version}</version>
                        <configuration>
                            <enricher>
                                <excludes>
                                    <exclude>fmp-openshift-route</exclude>
                                </excludes>
                            </enricher>
                        </configuration>
                    </plugin>

--
You received this message because you are subscribed to a topic in the Google Groups "fabric8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fabric8/HtGhwZuAe3U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fabric8+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages