Skip to content

Commit 013fed7

Browse files
committed
[MNT-23888] Changes done for handling reserved words while compressing the javascript files.
1 parent 1cae6a8 commit 013fed7

File tree

3 files changed

+3
-3
lines changed
  • archetypes
    • alfresco-allinone-archetype/src/main/resources/archetype-resources
    • alfresco-platform-jar-archetype/src/main/resources/archetype-resources
    • alfresco-share-jar-archetype/src/main/resources/archetype-resources

3 files changed

+3
-3
lines changed

Diff for: archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</executions>
288288
</plugin>
289289

290-
<!-- Compress JavaScript files and store as *-min.js -->
290+
<!-- Compress JavaScript files and store as *.min.js -->
291291
<plugin>
292292
<groupId>com.github.blutorange</groupId>
293293
<artifactId>closure-compiler-maven-plugin</artifactId>

Diff for: archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
</dependencies>
356356
</plugin>
357357

358-
<!-- Compress JavaScript files and store as *-min.js -->
358+
<!-- Compress JavaScript files and store as *.min.js -->
359359
<plugin>
360360
<groupId>com.github.blutorange</groupId>
361361
<artifactId>closure-compiler-maven-plugin</artifactId>

Diff for: archetypes/alfresco-share-jar-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
</executions>
222222
</plugin>
223223

224-
<!-- Compress JavaScript files and store as *-min.js -->
224+
<!-- Compress JavaScript files and store as *.min.js -->
225225
<plugin>
226226
<groupId>com.github.blutorange</groupId>
227227
<artifactId>closure-compiler-maven-plugin</artifactId>

0 commit comments

Comments
 (0)