maven - Modifying existing modules with archetype update -


i have project designed using custom archetype build modules under parent project follows -

module structure


details - archetype implements <configuration> in <build> phase <mainclass> let's generator builds classes under pojos , service packages single target folder , hence enabling create final jar user module user-1.0.0.jar


there's requirement in terms of separately exposing pojos without intervention of service code has left me brainstorming -

  1. is there way modify existing archetype or module structure 2 separate jars packages pojos , service user-pojos-1.0.0.jar , user-service-1.0.0.jar?

one way possibly know move code in 2 different module , building jars multiple existing modules under parent , thought on same name modules under parent, wouldn't preferable.

  1. is there way modify obtained user-1.0.0.jar created , separate out 2 jars required same above?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -