Sorry, it was my error. pom says:

<build>
        <outputDirectory>war/WEB-INF/classes</outputDirectory>
...
and
...
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-war-plugin</artifactId>
                                <configuration>
                                        
<warSourceDirectory>war</warSourceDirectory>
                                        
<webXml>src/main/webapp/WEB-INF/web.xml</webXml>
                                        
<dependentWarExcludes>WEB-INF/lib/*</dependentWarExcludes>
                                        <archive>
                                                
                                                
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF
                                                </manifestFile>
                                        </archive>
                                </configuration>
                        </plugin>
...
</build>

Now I've corrected it and build is successful.

Thank you for hint. Sorry. --
View this message in context: 
http://maven.40175.n5.nabble.com/Error-assembling-WAR-MANIFEST-MF-does-not-exist-tp4361924p4361959.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to