content-package-maven-plugin - Version 0.5.24
pom.xml
-----------
<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<version>0.5.24</version>
<configuration>
<targetURL>http://${aem.host}:${aem.port}/crx/packmgr/service.jsp</targetURL>
<failOnError>true</failOnError>
<failOnMissingEmbed>true</failOnMissingEmbed>
<userId>${user}</userId>
<password>${password}</password>
<useProxy>false</useProxy>
<timeout>20</timeout>
</configuration>
</plugin>
showing error - http://<url>:<port>/crx/packmgr/service.jsp
[ERROR] Missing response status information in response: <?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Content modified /crx/packmgr/service.jsp</title>
</head>
<body>
<h1>Content modified /crx/packmgr/service.jsp</h1>
<table>
<tbody>
<tr>
<td>Status</td>
<td>
<div id="Status">200</div>
</td>
</tr>
<tr>
<td>Message</td>
<td>
<div id="Message">OK</div>
</td>
</tr>
<tr>
<td>Location</td>
<td>
<a href="/crx/packmgr/service.jsp" id="Location">/crx/packmgr/service.jsp</a>
</td>
</tr>
<tr>
<td>Parent Location</td>
<td>
<a href="/crx/packmgr" id="ParentLocation">/crx/packmgr</a>
</td>
</tr>
<tr>
<td>Path</td>
<td>
<div id="Path">/crx/packmgr/service.jsp</div>
</td>
</tr>
<tr>
<td>Referer</td>
<td>
<div id="Referer">about:blank</div>
</td>
</tr>
<tr>
<td>ChangeLog</td>
<td>
<div id="ChangeLog"><pre>modified("/crx/packmgr/service.jsp/file/jcr:lastModified");<br/>modified("/crx/packmgr/service.jsp/file/jcr:mimeType");<br/>modified("/crx/packmgr/service.jsp/file/jcr:data");<br/>modified("/crx/packmgr/service.jsp/install");<br/></pre></div>
</td>
</tr>
</tbody>
</table>
<p>
<a href="/crx/packmgr/service.jsp">Modified Resource</a>
</p>
<p>
<a href="/crx/packmgr">Parent of Modified Resource</a>
</p>
</body>
</html>
.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi ,
Can you check if below link helps for you.
Hi ,
Can you check if below link helps for you.
Views
Likes
Replies