Kaynağa Gözat

Don't generate dedicated pom for ws-client artifact, pulls in unneeded deps in the incident logging application.

peter_backlund 17 yıl önce
ebeveyn
işleme
17ec508c32
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4
    1
      dddsample/pom.xml

+ 4
- 1
dddsample/pom.xml Dosyayı Görüntüle

@@ -156,8 +156,11 @@
156 156
             <configuration>
157 157
               <classifier>ws-client</classifier>
158 158
               <includes>
159
-                <include>**/se/citerus/dddsample/interfaces/handling/ws/*</include>
159
+                <include>**/se/citerus/dddsample/interfaces/handling/ws/*.class</include>
160 160
               </includes>
161
+              <archive>
162
+                <addMavenDescriptor>false</addMavenDescriptor>
163
+              </archive>
161 164
             </configuration>
162 165
           </execution>
163 166
         </executions>