Hi You have to included your filtered resources in your final war. So: * build your war with activating your Maven profile * move your resources filtering in the standard build (i.e w/o Maven profile)
As it the filtered files will be part of the build (in target/classes) On Mon, Oct 30, 2017 at 6:19 AM, Lucy Chen <[email protected]> wrote: > Hi - > > I have a project that uses a Maven profile to filter resources and package > into a *.war file (e.g mvn install or mvn jetty:run) However, how is this > accomplished when running a standalone alone Jetty or embedded Jetty when > Maven is not involved? (or can you specify a profile?). How do those > resources get filtered? > > > > > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Olivier
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
